Npgsql API Documentation

NpgsqlDataReader.GetGuid Method 

[This is preliminary documentation and subject to change.]

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