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)

Syntax

Visual Basic (Declaration)
ReadOnly Property HasOrdering As Boolean
C#
bool HasOrdering { get; }
Visual C++
property bool HasOrdering {
	bool get ();
}
JavaScript
function get_hasOrdering();

See Also