[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1DataReader.Item

this Property

this[int]

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

Declaration
public override object this[int ordinal] { get; }
Parameters
Type Name Description
int ordinal

The zero-based column ordinal.

Property Value
Type Description
object

The value of the specified column.

Overrides

this[string]

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

Declaration
public override object this[string name] { get; }
Parameters
Type Name Description
string name

The name of the column.

Property Value
Type Description
object

The value of the specified column.

Overrides