Constructor form used to initialize ComponentJoin.
            
Namespace: NHibernate.Hql.Ast.ANTLR.TreeAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
 Syntax
Syntax
| C# | 
|---|
| protected FromElement( FromClause fromClause, FromElement origin, string alias ) | 
| Visual Basic | 
|---|
| Protected Sub New ( _ fromClause As FromClause, _ origin As FromElement, _ alias As String _ ) | 
| Visual C++ | 
|---|
| protected: FromElement( FromClause^ fromClause, FromElement^ origin, String^ alias ) | 
Parameters
- fromClause
- Type: NHibernate.Hql.Ast.ANTLR.Tree..::..FromClause
 The FROM clause to which this element belongs.
- origin
- Type: NHibernate.Hql.Ast.ANTLR.Tree..::..FromElement
 The origin (LHS) of this element.
- alias
- Type: System..::..String
 The alias applied to this element.





