Namespaces

Types

Type ISqlLoadable

Namespace NHibernate.Persister.Entity

Interfaces ILoadable

Methods

Properties

Public instance methods

String[] GetSubclassPropertyColumnAliases(string propertyName, string suffix)

Returns the column alias names used to persist/query the numbered property of the class or a subclass (optional operation).
Parameters
return String[]
string propertyName
string suffix

string SelectFragment(string alias, string suffix)

All columns to select, when loading.
Parameters
return string
string alias
string suffix

Public properties

IType Type get;

Get the type
return IType