Item [index]

This property gets the .NET Value of the column specified by the column index.

Declaration

// C#
public override object this[int index] {get;}

Parameters

  • index

    The zero-based index of the column.

Property Value

The .NET value of the specified column.

Implements

IDataRecord

Remarks

Default = Not Applicable

In C#, this property is the indexer for this class.