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

TypeHandlerFactory.GetTypeHandler Method (Type, String)

Get a TypeHandler for a type

[Visual Basic]
Overloads Public Function GetTypeHandler( _
   ByVal Type As Type, _
   ByVal String As String _
) As ITypeHandler
[C#]
public ITypeHandler GetTypeHandler(
   Type type,
   String dbType
);

Parameters

type
the type you want a TypeHandler for
dbType
the database type

Return Value

the handler

See Also

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