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

TypeHandlerFactory.GetTypeHandler Method (Type)

Get a TypeHandler for a Type

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

Parameters

type
the Type you want a TypeHandler for

Return Value

the handler

See Also

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