The result set column aliases for the primary key columns

Namespace: NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also