Namespaces

Types

Type SQLQueryCollectionReturn

Namespace NHibernate.Loader.Custom

Parent SQLQueryNonScalarReturn

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 Alias get;

return string

LockMode LockMode get;

return LockMode

string OwnerEntityName get;

Returns the class owning the collection.
return string

string OwnerProperty get;

Returns the name of the property representing the collection from the OwnerEntityName .
return string

IDictionary PropertyResultsMap get;

return IDictionary