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

Int16TypeHandler.GetDataBaseValue Method 

Retrieve ouput database value of an output parameter

[Visual Basic]
Overrides Public Function GetDataBaseValue( _
   ByVal Object As Object, _
   ByVal Type As Type _
) As Object _
    Implements ITypeHandler.
[C#]
public override object GetDataBaseValue(
   Object outputValue,
   Type parameterType
);

Parameters

outputValue
ouput database value
parameterType
type used in EnumTypeHandler

Return Value

Implements

ITypeHandler.

See Also

Int16TypeHandler Class | IBatisNet.DataMapper.TypeHandlers Namespace