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) |
---|
ReadOnly Property SuffixedIdentifierAlias As String |
C# |
---|
string SuffixedIdentifierAlias { get; } |
Visual C++ |
---|
property String^ SuffixedIdentifierAlias { String^ get (); } |
JavaScript |
---|
function get_suffixedIdentifierAlias(); |