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

CustomTypeHandler Constructor 

Initializes a new instance of the CustomTypeHandler class.

[Visual Basic]
Public Sub New( _
   ByVal ITypeHandlerCallback As ITypeHandlerCallback _
)
[C#]
public CustomTypeHandler(
   ITypeHandlerCallback callback
);

Parameters

callback
The callback.

See Also

CustomTypeHandler Class | IBatisNet.DataMapper.TypeHandlers Namespace