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

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

Syntax

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

Field Value

The uniqued column alias suffix.

See Also