Namespaces

Types

Type ICollectionAliases

Namespace NHibernate.Loader

Properties

Public properties

string Suffix get;

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

String[] SuffixedElementAliases get;

Returns the suffixed result-set column-aliases for the columns making up the collection's elements.
return String[]

string SuffixedIdentifierAlias get;

Returns the suffixed result-set column-aliases for the column defining the collection's identifier (if any).
return string

String[] SuffixedIndexAliases get;

Returns the suffixed result-set column-aliases for the collumns making up the collection's index (map or list).
return String[]

String[] SuffixedKeyAliases get;

Returns the suffixed result-set column-aliases for columns making up the key for this collection (i.e., its FK to its owner).
return String[]