DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceDataReader Class / GetByte Method
The zero-based column ordinal.

In This Topic
    GetByte Method (C1SalesforceDataReader)
    In This Topic
    Gets the value of the specified column as a Byte.
    Syntax
    'Declaration
     
    Public Overridable Function GetByte( _
       ByVal ordinal As Integer _
    ) As Byte
    public virtual byte GetByte( 
       int ordinal
    )

    Parameters

    ordinal
    The zero-based column ordinal.

    Return Value

    The value of the column.
    See Also