In This Topic
Gets the value corresponding to the specified and .
Syntax
'Declaration
Public Function GetValue(Of )( _
ByVal As Integer, _
ByVal As String _
) As
public GetValue<>(
int ,
string
)
Parameters
- index
- The index of the item to be queried.
- field
- The field to be queried.
Type Parameters
- T
- The type of values requested.
See Also