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

InMemoryDataReader.GetDataTypeName Method 

Gets the database type information for the specified field.

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

Parameters

fieldIndex
The index of the field to find.

Return Value

The database type information for the specified field.

Implements

IDataRecord.

See Also

InMemoryDataReader Class | IBatisNet.DataMapper.Commands Namespace