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

TypeHandlerFactory.Register Method

Register (add) a type handler for a type

Overload List

Register (add) a type handler for a type

public void Register(Type,ITypeHandler);

Register (add) a type handler for a type and dbType

public void Register(Type,String,ITypeHandler);

See Also

TypeHandlerFactory Class | IBatisNet.DataMapper.TypeHandlers Namespace