Advanced.Data.Provider Documentation

AdpDataReader.GetValue Method 

[This is preliminary documentation and subject to change.]

Return the value of the specified field.

[Visual Basic]
NotOverridable Public Function GetValue( _
   ByVal i As Integer _
) As Object Implements _
   IDataRecord.GetValue
[C#]
public object GetValue(
   int i
);

Parameters

i
The index of the field to find.

Return Value

The Object which will contain the field value upon return.

Implements

IDataRecord.GetValue

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace