Get the names of columns on the root table used to persist the identifier.

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

Syntax

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

See Also