[Missing <summary> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateComponentJoin(NHibernate.Type.ComponentType)"]

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public FromElement CreateComponentJoin(
	ComponentType type
)
Visual Basic
Public Function CreateComponentJoin ( _
	type As ComponentType _
) As FromElement
Visual C++
public:
FromElement^ CreateComponentJoin(
	ComponentType^ type
)

Parameters

type
Type: NHibernate.Type..::..ComponentType

[Missing <param name="type"/> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateComponentJoin(NHibernate.Type.ComponentType)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.Ast.ANTLR.Tree.FromElementFactory.CreateComponentJoin(NHibernate.Type.ComponentType)"]

See Also