Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association)

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

Syntax

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

See Also