[]
        
(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; }
Public Overrides ReadOnly Default Property Item(ordinal As Integer) As Object
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; }
Public Overrides ReadOnly Default Property Item(name As String) As Object
Parameters
Type Name Description
string name

The name of the column.

Property Value
Type Description
object

The value of the specified column.

Overrides