- add
FromClauseItem add(EntityInfo entity, string entityAlias, JoinType joinType, bool fetch, FromClauseItem base, PropertyInfo baseProperty)
Undocumented in source. Be warned that the author may not have intended to support it.
- findByAlias
FromClauseItem findByAlias(string aliasName)
Undocumented in source. Be warned that the author may not have intended to support it.
- findByPath
FromClauseItem findByPath(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
- getSQL
string getSQL()
Undocumented in source. Be warned that the author may not have intended to support it.
- hasAlias
bool hasAlias(string aliasName)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
FromClauseItem opIndex(int index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
FromClauseItem opIndex(string aliasName)
Undocumented in source. Be warned that the author may not have intended to support it.