[]
        
(Showing Draft Content)

C1.DataConnector.C1DataReaderBase.GetDateTime

GetDateTime Method

GetDateTime(int)

Gets the value of the specified column as a DateTime object.

Declaration
public override DateTime GetDateTime(int ordinal)
Parameters
Type Name Description
int ordinal

The zero-based column ordinal.

Returns
Type Description
DateTime

The value of the specified column.

Overrides