[Missing <summary> documentation for "P:NHibernate.Tuple.StandardProperty.IsNullable"]

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

Syntax

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

See Also