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

UInt16TypeHandler.GetValueByIndex Method 

Gets a column value by the index

[Visual Basic]
Overrides Public Function GetValueByIndex( _
   ByVal ResultProperty As ResultProperty, _
   ByVal IDataReader As IDataReader _
) As Object _
    Implements ITypeHandler.
[C#]
public override object GetValueByIndex(
   ResultProperty mapping,
   IDataReader dataReader
);

Parameters

mapping
dataReader

Return Value

Implements

ITypeHandler.

See Also

UInt16TypeHandler Class | IBatisNet.DataMapper.TypeHandlers Namespace