The names of all collection roles

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

Syntax

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

See Also