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#
public string SuffixedIdentifierAlias { get; }
Visual Basic
Public ReadOnly Property SuffixedIdentifierAlias As String
	Get
Visual C++
public:
virtual property String^ SuffixedIdentifierAlias {
	String^ get () sealed;
}

Implements

ICollectionAliases..::..SuffixedIdentifierAlias

See Also