Get the names of the collection index columns if this is an indexed collection (optional operation)

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IndexColumnNames As String()
C#
string[] IndexColumnNames { get; }
Visual C++
property array<String^>^ IndexColumnNames {
	array<String^>^ get ();
}
JavaScript
function get_indexColumnNames();

See Also