The NullableType type exposes the following members.

Properties

  NameDescription
Public propertyIsAnyType
Gets a value indicating if the implementation is an "object" type
(Inherited from AbstractType.)
Public propertyIsAssociationType
Gets a value indicating if the AbstractType is an IAssociationType.
(Inherited from AbstractType.)
Public propertyIsCollectionType
Gets a value indicating if the AbstractType is a CollectionType.
(Inherited from AbstractType.)
Public propertyIsComponentType
Gets a value indicating if the AbstractType is an IAbstractComponentType.
(Inherited from AbstractType.)
Public propertyIsEntityType
Gets a value indicating if the AbstractType is a EntityType.
(Inherited from AbstractType.)
Public propertyIsMutable
When implemented by a class, gets the value indicating if the objects of this IType are mutable.
(Inherited from AbstractType.)
Public propertyIsXMLElement (Inherited from AbstractType.)
Public propertyName
When implemented by a class, gets the abbreviated name of the type.
(Inherited from AbstractType.)
Public propertyReturnedClass
When implemented by a class, gets the Type returned by the NullSafeGet() methods.
(Inherited from AbstractType.)
Public propertySqlType
Gets the underlying SqlType for the column mapped by this NullableType.

See Also