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

TypeHandlerFactory.Register Method (Type, ITypeHandler)

Register (add) a type handler for a type

[Visual Basic]
Overloads Public Sub Register( _
   ByVal Type As Type, _
   ByVal ITypeHandler As ITypeHandler _
)
[C#]
public void Register(
   Type type,
   ITypeHandler handler
);

Parameters

type
the type
handler
the handler instance

See Also

TypeHandlerFactory Class | IBatisNet.DataMapper.TypeHandlers Namespace | TypeHandlerFactory.Register Overload List