[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateEntityJoin(System.String,System.String,NHibernate.Engine.JoinSequence,System.Boolean,System.Boolean,NHibernate.Type.EntityType)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public FromElement CreateEntityJoin( string entityClass, string tableAlias, JoinSequence joinSequence, bool fetchFlag, bool inFrom, EntityType type ) |
Visual Basic |
---|
Public Function CreateEntityJoin ( _ entityClass As String, _ tableAlias As String, _ joinSequence As JoinSequence, _ fetchFlag As Boolean, _ inFrom As Boolean, _ type As EntityType _ ) As FromElement |
Visual C++ |
---|
public: FromElement^ CreateEntityJoin( String^ entityClass, String^ tableAlias, JoinSequence^ joinSequence, bool fetchFlag, bool inFrom, EntityType^ type ) |
Parameters
- entityClass
- Type: System..::..String
[Missing <param name="entityClass"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateEntityJoin(System.String,System.String,NHibernate.Engine.JoinSequence,System.Boolean,System.Boolean,NHibernate.Type.EntityType)"]
- tableAlias
- Type: System..::..String
[Missing <param name="tableAlias"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateEntityJoin(System.String,System.String,NHibernate.Engine.JoinSequence,System.Boolean,System.Boolean,NHibernate.Type.EntityType)"]
- joinSequence
- Type: NHibernate.Engine..::..JoinSequence
[Missing <param name="joinSequence"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateEntityJoin(System.String,System.String,NHibernate.Engine.JoinSequence,System.Boolean,System.Boolean,NHibernate.Type.EntityType)"]
- fetchFlag
- Type: System..::..Boolean
[Missing <param name="fetchFlag"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateEntityJoin(System.String,System.String,NHibernate.Engine.JoinSequence,System.Boolean,System.Boolean,NHibernate.Type.EntityType)"]
- inFrom
- Type: System..::..Boolean
[Missing <param name="inFrom"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateEntityJoin(System.String,System.String,NHibernate.Engine.JoinSequence,System.Boolean,System.Boolean,NHibernate.Type.EntityType)"]
- type
- Type: NHibernate.Type..::..EntityType
[Missing <param name="type"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateEntityJoin(System.String,System.String,NHibernate.Engine.JoinSequence,System.Boolean,System.Boolean,NHibernate.Type.EntityType)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateEntityJoin(System.String,System.String,NHibernate.Engine.JoinSequence,System.Boolean,System.Boolean,NHibernate.Type.EntityType)"]