Returns the suffix used to unique the column aliases for this particular alias set.
Namespace: NHibernate.Loader.CustomAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public string Suffix { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Suffix As String Get |
| Visual C++ |
|---|
public: virtual property String^ Suffix { String^ get () sealed; } |