dotConnect for Dynamics 365 Documentation
Devart.Data Namespace / SqlShimDataReader Class / GetGuid Method / GetGuid(Int32) Method
The zero-based column ordinal.

In This Topic
GetGuid(Int32) Method
In This Topic
Gets the value of the specified column as a globally-unique identifier (GUID).
Syntax
'Declaration
 
Public Overloads Overrides Function GetGuid( _
   ByVal ordinal As Integer _
) As Guid
 

Parameters

ordinal
The zero-based column ordinal.

Return Value

The value of the specified column.
See Also