[]
Gets the value of the specified column as an instance of object.
public override object this[int ordinal] { get; }
Type | Name | Description |
---|---|---|
int | ordinal | The zero-based column ordinal. |
Type | Description |
---|---|
object | The value of the specified column. |
Gets the value of the specified column as an instance of object.
public override object this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name | The name of the column. |
Type | Description |
---|---|
object | The value of the specified column. |