Namespaces

Types

Type AbstractPropertyMapping

Namespace NHibernate.Persister.Entity

Interfaces IPropertyMapping

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

String[] GetColumnNames(string propertyName)

Parameters
return String[]
string propertyName

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

string ClassName get;

return string

String[] IdentifierColumnNames get;

return String[]

IType Type get;

return IType