Returns the suffix used to unique the column aliases for this particular alias set.
Namespace:
NHibernate.LoaderAssembly: 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(); |