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

InMemoryDataReader.GetFieldType Method 

Gets the Type information corresponding to the type of Object that would be returned from GetValue.

[Visual Basic]
NotOverridable Public Function GetFieldType( _
   ByVal Int32 As Integer _
) As Type _
    Implements IDataRecord.
[C#]
public Type GetFieldType(
   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