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

TypeHandlerFactory.IsSimpleType Method 

[Visual Basic]
Public Function IsSimpleType( _
   ByVal Type As Type _
) As Boolean
[C#]
public bool IsSimpleType(
   Type type
);

Parameters

type

Return Value

See Also

TypeHandlerFactory Class | IBatisNet.DataMapper.TypeHandlers Namespace