'Declaration Public Function GetValue( _ ByVal recordIndex As Integer, _ ByVal field As String _ ) As Object
'Usage Dim instance As ConnectionBase Dim recordIndex As Integer Dim field As String Dim value As Object value = instance.GetValue(recordIndex, field)
public object GetValue( int recordIndex, string field )
Parameters
- recordIndex
- The record index.
- field
- The field name.
Return Value
The object of the specified record.