[]
Gets the value of the specified column as an instance of object.
public override object this[int ordinal] { get; }
Public Overrides ReadOnly Default Property Item(ordinal As Integer) As Object
| 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; }
Public Overrides ReadOnly Default Property Item(name As String) As Object
| Type | Name | Description |
|---|---|---|
| string | name | The name of the column. |
| Type | Description |
|---|---|
| object | The value of the specified column. |