Namespaces

Types

Type IPropertyMapping

Namespace NHibernate.Persister.Entity

Methods

Properties

Public instance methods

String[] ToColumns(string alias, string propertyName)

Given a query alias and a property path, return the qualified column name
Parameters
return String[]
string alias
string propertyName

IType ToType(string propertyName)

Given a component path expression, get the type of the property
Parameters
return IType
string propertyName

Public properties

IType Type get;

Get the type of the thing containing the properties
return IType