[]
Gets the value corresponding to the specified index and field.
public T GetValue<T>(int index, string field)
Public Function GetValue(Of T)(index As Integer, field As String) As T
| Type | Name | Description |
|---|---|---|
| int | index | The index of the item to be queried. |
| string | field | The field to be queried. |
| Type | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| T | The type of values requested. |