Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.GetGuid Method 

NOT SUPPORTED

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

Parameters

i
The zero-based column ordinal.

Return Value

The value of the specified column as a GUID.

Implements

IDataRecord.GetGuid

Exceptions

Exception Type Condition
NotSupportedException Always.

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace