FromClauseItem

Undocumented in source.

Constructors

this
this(EntityInfo entity, string entityAlias, JoinType joinType, bool fetch, FromClauseItem base, PropertyInfo baseProperty)
Undocumented in source.

Members

Functions

getFullPath
string getFullPath()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

base
FromClauseItem base;
Undocumented in source.
baseProperty
PropertyInfo baseProperty;
Undocumented in source.
entity
EntityInfo entity;
Undocumented in source.
entityAlias
string entityAlias;
Undocumented in source.
entityName
string entityName;
Undocumented in source.
fetch
bool fetch;
Undocumented in source.
index
int index;
Undocumented in source.
joinType
JoinType joinType;
Undocumented in source.
pathString
string pathString;
Undocumented in source.
selectIndex
int selectIndex;
Undocumented in source.
selectedColumns
int selectedColumns;
Undocumented in source.
sqlAlias
string sqlAlias;
Undocumented in source.
startColumn
int startColumn;
Undocumented in source.

Meta