GetGuid Method (C1DataReader)
In This Topic
Gets the value of the specified column as a globally unique identifier (GUID).
Syntax
'Declaration
Public Overridable Function GetGuid( _
ByVal As Integer _
) As Guid
public virtual Guid GetGuid(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the specified column.
See Also