Get the names of columns 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[] IdentifierColumnNames { get; }
Visual Basic
ReadOnly Property IdentifierColumnNames As String()
	Get
Visual C++
property array<String^>^ IdentifierColumnNames {
	array<String^>^ get ();
}

See Also