iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

InMemoryDataReader.GetValue Method 

Return the value of the specified field.

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

Parameters

fieldIndex
The index of the field to find.

Return Value

The object which will contain the field value upon return.

Implements

IDataRecord.

See Also

InMemoryDataReader Class | IBatisNet.DataMapper.Commands Namespace