Is this an ordered collection? (An ordered collection is ordered by the initialization operation, not by sorting that happens in memory, as in the case of a sorted collection.)

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

Syntax

C#
bool HasOrdering { get; }
Visual Basic
ReadOnly Property HasOrdering As Boolean
	Get
Visual C++
property bool HasOrdering {
	bool get ();
}

See Also