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

BooleanTypeHandler.IsSimpleType Property

Gets a value indicating whether this instance is simple type.

[Visual Basic]
Overrides Public ReadOnly Property IsSimpleType As  _
    Implements ITypeHandler.
[C#]
public override Boolean IsSimpleType {get;}

Property Value

true if this instance is simple type; otherwise, false.

Implements

ITypeHandler.

See Also

BooleanTypeHandler Class | IBatisNet.DataMapper.TypeHandlers Namespace