[Missing namespace summary documentation for N:Nullables.NHibernate]

Classes

  ClassDescription
public classEmptyAnsiStringType
An IUserType that reads a nullNothingnullptr value from an ansi string column in the database as a String.Empty and writes a String.Empty to the database as nullNothingnullptr.

public classEmptyStringType
An IUserType that reads a nullNothingnullptr value from an string column in the database as a String.Empty and writes a String.Empty to the database as nullNothingnullptr.

public classNullableBooleanType
A NHibernate IType for a NullableBoolean.

public classNullableByteType
A NHibernate IType for a NullableByte.

public classNullableCharType
A NHibernate IType for a NullableChar.

public classNullableDateTimeType
A NHibernate IType for a NullableDateTime.

public classNullableDecimalType
A NHibernate IType for a NullableDecimal.

public classNullableDoubleType
A NHibernate IType for a NullableDouble.

public classNullableGuidType
A NHibernate IType for a NullableGuid.

public classNullableInt16Type
A NHibernate IType for a NullableInt16.

public classNullableInt32Type
A NHibernate IType for a NullableInt32.

public classNullableInt64Type
A NHibernate IType for a NullableInt64.

public classNullableSByteType
A NHibernate IType for a NullableSByte.

public classNullableSingleType
A NHibernate IType for a NullableSingle.

public classNullablesTypes
Summary description for NullablesTypes.

public classNullableTypesType
Abstract type used for implementing NHibernate ITypes for the Nullables library.