[]
        
(Showing Draft Content)

C1.DataConnector.C1DataReaderBase.GetValue

GetValue Method

GetValue(int)

Gets the value of the specified column in its native format.

Declaration
public override object GetValue(int ordinal)
Parameters
Type Name Description
int ordinal

The zero-based column ordinal.

Returns
Type Description
object

The value of the specified column.

Overrides