Returns the suffix used to unique the column aliases for this particular alias set.

Namespace:  NHibernate.Loader.Custom
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Suffix As String
C#
public string Suffix { get; }
Visual C++
public:
virtual property String^ Suffix {
	String^ get () sealed;
}
JavaScript
function get_suffix();

Field Value

The uniqued column alias suffix.

Implements

ICollectionAliases..::.Suffix

See Also