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)

Syntax

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

See Also