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

ArgumentProperty.ResolveTypeHandler Method 

[Visual Basic]
Public Function ResolveTypeHandler( _
   ByVal ConfigurationScope As ConfigurationScope, _
   ByVal Type As Type, _
   ByVal String As String, _
   ByVal String As String _
) As ITypeHandler
[C#]
public ITypeHandler ResolveTypeHandler(
   ConfigurationScope configScope,
   Type argumenType,
   String clrType,
   String dbType
);

Parameters

configScope
argumenType
The argument type
clrType
dbType

Return Value

See Also

ArgumentProperty Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace