NpgsqlDataReader.GetGuid�Method�
Gets the value of a column converted to a Guid.
[Visual�Basic]
Overrides�Public�Function�GetGuid( _
���ByVal
i�As�
Integer�_
)�As�
Guid�_
[C#]
public�override�
Guid�GetGuid(
���
int�
i);
Implements
IDataRecord.GetGuid
See Also
NpgsqlDataReader Class | Npgsql Namespace