Get the names of all tables used in the hierarchy (up and down) ordered such that deletes in the given order would not cause constraint violations.

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
string[] ConstraintOrderedTableNameClosure { get; }
Visual Basic
ReadOnly Property ConstraintOrderedTableNameClosure As String()
	Get
Visual C++
property array<String^>^ ConstraintOrderedTableNameClosure {
	array<String^>^ get ();
}

Return Value

The ordered array of table names.

See Also