Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
Namespace:
NHibernate.LoaderAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property SuffixedIdentifierAlias As String |
C# |
---|
public string SuffixedIdentifierAlias { get; } |
Visual C++ |
---|
public: virtual property String^ SuffixedIdentifierAlias { String^ get () sealed; } |
JavaScript |
---|
function get_suffixedIdentifierAlias(); |