[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1DataReader.GetValue

GetValue Method

GetValue(int)

Gets the value of the specified column as an instance of object.

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