[Missing <summary> documentation for "P:NHibernate.Type.EntityType.IsNullable"]

Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public abstract bool IsNullable { get; }
Visual Basic
Public MustOverride ReadOnly Property IsNullable As Boolean
	Get
Visual C++
public:
virtual property bool IsNullable {
	bool get () abstract;
}

See Also