Namespaces

Types

Type ColumnCollectionAliases

Namespace NHibernate.Loader.Custom

Interfaces ICollectionAliases

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

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[]