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

InMemoryDataReader.GetData Method 

Gets an IDataReader to be used when the field points to more remote structured data.

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

Parameters

fieldIndex
The zero-based column ordinal.

Return Value

The value of the column.

Implements

IDataRecord.

See Also

InMemoryDataReader Class | IBatisNet.DataMapper.Commands Namespace