Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public FromElementFactory( FromClause fromClause, FromElement origin, string path, string classAlias, string[] columns, bool implied ) |
Visual Basic |
---|
Public Sub New ( _ fromClause As FromClause, _ origin As FromElement, _ path As String, _ classAlias As String, _ columns As String(), _ implied As Boolean _ ) |
Visual C++ |
---|
public: FromElementFactory( FromClause^ fromClause, FromElement^ origin, String^ path, String^ classAlias, array<String^>^ columns, bool implied ) |
Parameters
- fromClause
- Type: NHibernate.Hql.Ast.ANTLR.Tree..::..FromClause
[Missing <param name="fromClause"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.FromClause,NHibernate.Hql.Ast.ANTLR.Tree.FromElement,System.String,System.String,System.String[],System.Boolean)"]
- origin
- Type: NHibernate.Hql.Ast.ANTLR.Tree..::..FromElement
[Missing <param name="origin"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.FromClause,NHibernate.Hql.Ast.ANTLR.Tree.FromElement,System.String,System.String,System.String[],System.Boolean)"]
- path
- Type: System..::..String
[Missing <param name="path"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.FromClause,NHibernate.Hql.Ast.ANTLR.Tree.FromElement,System.String,System.String,System.String[],System.Boolean)"]
- classAlias
- Type: System..::..String
[Missing <param name="classAlias"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.FromClause,NHibernate.Hql.Ast.ANTLR.Tree.FromElement,System.String,System.String,System.String[],System.Boolean)"]
- columns
- Type: array<System..::..String>[]()[][]
[Missing <param name="columns"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.FromClause,NHibernate.Hql.Ast.ANTLR.Tree.FromElement,System.String,System.String,System.String[],System.Boolean)"]
- implied
- Type: System..::..Boolean
[Missing <param name="implied"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.#ctor(NHibernate.Hql.Ast.ANTLR.Tree.FromClause,NHibernate.Hql.Ast.ANTLR.Tree.FromElement,System.String,System.String,System.String[],System.Boolean)"]