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

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

Syntax

C#
protected override QueryModel ApplyNodeSpecificSemantics(
	QueryModel queryModel,
	ClauseGenerationContext clauseGenerationContext
)
Visual Basic
Protected Overrides Function ApplyNodeSpecificSemantics ( _
	queryModel As QueryModel, _
	clauseGenerationContext As ClauseGenerationContext _
) As QueryModel
Visual C++
protected:
virtual QueryModel^ ApplyNodeSpecificSemantics(
	QueryModel^ queryModel, 
	ClauseGenerationContext clauseGenerationContext
) override

Parameters

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

[Missing <param name="queryModel"/> documentation for "M:Remotion.Linq.EagerFetching.Parsing.ThenFetchOneExpressionNode.ApplyNodeSpecificSemantics(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.EagerFetching.Parsing.ThenFetchOneExpressionNode.ApplyNodeSpecificSemantics(Remotion.Linq.QueryModel,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]

Return Value

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

See Also