Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).

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

Syntax

C#
string SuffixedIdentifierAlias { get; }
Visual Basic
ReadOnly Property SuffixedIdentifierAlias As String
	Get
Visual C++
property String^ SuffixedIdentifierAlias {
	String^ get ();
}

Field Value

The identifier result-set column aliases.

See Also