[Missing <summary> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.MainSourceExpressionNode.Apply(Remotion.Linq.QueryModel,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]

Namespace: Remotion.Linq.Parsing.Structure.IntermediateModel
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public QueryModel Apply(
	QueryModel queryModel,
	ClauseGenerationContext clauseGenerationContext
)
Visual Basic
Public Function Apply ( _
	queryModel As QueryModel, _
	clauseGenerationContext As ClauseGenerationContext _
) As QueryModel
Visual C++
public:
virtual QueryModel^ Apply(
	QueryModel^ queryModel, 
	ClauseGenerationContext clauseGenerationContext
) sealed

Parameters

queryModel
Type: Remotion.Linq..::..QueryModel

[Missing <param name="queryModel"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.MainSourceExpressionNode.Apply(Remotion.Linq.QueryModel,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]

clauseGenerationContext
Type: Remotion.Linq.Parsing.Structure.IntermediateModel..::..ClauseGenerationContext

[Missing <param name="clauseGenerationContext"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.MainSourceExpressionNode.Apply(Remotion.Linq.QueryModel,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.MainSourceExpressionNode.Apply(Remotion.Linq.QueryModel,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]

Implements

IExpressionNode..::..Apply(QueryModel, ClauseGenerationContext)

See Also