Npgsql API Docs

NpgsqlDataReader.GetGuid Method 

Gets the value of a column converted to a Guid. Not implemented.

[Visual Basic]
NotOverridable Public Function GetGuid( _
   ByVal i As Integer _
) As Guid _
    Implements IDataRecord.GetGuid
[C#]
public Guid GetGuid(
   int i
);

Implements

IDataRecord.GetGuid

See Also

NpgsqlDataReader Class | Npgsql Namespace