Retrieve the set of EntityKeys representing nullifiable references

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

Syntax

C#
ISet NullifiableEntityKeys { get; }
Visual Basic
ReadOnly Property NullifiableEntityKeys As ISet
	Get
Visual C++
property ISet^ NullifiableEntityKeys {
	ISet^ get ();
}

See Also