Namespaces

Types

Type CollectionPropertyMapping

Namespace NHibernate.Persister.Collection

Interfaces IPropertyMapping

Methods

Properties

Fields

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

String[] ToColumns(string alias, string propertyName)

Parameters
return String[]
string alias
string propertyName

string ToString()

Parameters
return string

IType ToType(string propertyName)

Parameters
return IType
string propertyName

Public properties

IType Type get;

return IType

Public fields

string CollectionSize

return string

string CollectionElements

return string

string CollectionIndices

return string

string CollectionMaxIndex

return string

string CollectionMinIndex

return string

string CollectionMaxElement

return string

string CollectionMinElement

return string