[]
Gets the field value by it's index.
object this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index | The index of the record's field. |
Gets the field value by it's name.
object this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name | The name of the record's field. |