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

ConfigurationScope.ResolveTypeHandler Method 

Resolves the type handler.

[Visual Basic]
Public Function ResolveTypeHandler( _
   ByVal Type As Type, _
   ByVal String As String, _
   ByVal String As String, _
   ByVal String As String, _
   ByVal Boolean As Boolean _
) As ITypeHandler
[C#]
public ITypeHandler ResolveTypeHandler(
   Type clazz,
   String memberName,
   String clrType,
   String dbType,
   Boolean forSetter
);

Parameters

clazz
The clazz.
memberName
Name of the member.
clrType
Type of the CLR.
dbType
Type of the db.
forSetter
if set to true [for setter].

Return Value

See Also

ConfigurationScope Class | IBatisNet.DataMapper.Scope Namespace