DataConnector | ComponentOne
C1.AdoNet.OData Assembly / C1.AdoNet.OData Namespace / C1ODataDataReader Class / GetDateTime Method
The zero-based column ordinal.

In This Topic
    GetDateTime Method (C1ODataDataReader)
    In This Topic
    Gets the value of the specified column as a DateTime object.
    Syntax
    'Declaration
     
    Public Overridable Function GetDateTime( _
       ByVal ordinal As Integer _
    ) As Date
    public virtual DateTime GetDateTime( 
       int ordinal
    )

    Parameters

    ordinal
    The zero-based column ordinal.

    Return Value

    The value of the specified column.
    See Also