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

On this page
    GetGuid(Int32) Method
    On this page
    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
    public override Guid GetGuid( 
       int ordinal
    )

    Parameters

    ordinal
    The zero-based column ordinal.

    Return Value

    The value of the specified column.
    See Also