Property Item
Item[Int32]
Returns object at specified index.
Declaration
object this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index of column |
Property Value
Type | Description |
---|---|
System.Object | object value of specified index |
Item[String]
Returns object at specified column.
Declaration
object this[string columnName] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.String | columnName | Name of the column. |
Property Value
Type | Description |
---|---|
System.Object | value of specified column. |