Advanced.Data.Provider Documentation

AdpDataReader.GetGuid Method 

[This is preliminary documentation and subject to change.]

Returns the guid value of the specified field.

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

Parameters

i
The index of the field to find.

Return Value

The guid value of the specified field.

Implements

IDataRecord.GetGuid

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace