[Missing <summary> documentation for "M:Remotion.Linq.EagerFetching.Parsing.FetchOneExpressionNode.CreateResultOperator(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 ResultOperatorBase CreateResultOperator(
	ClauseGenerationContext clauseGenerationContext
)
Visual Basic
Protected Overrides Function CreateResultOperator ( _
	clauseGenerationContext As ClauseGenerationContext _
) As ResultOperatorBase
Visual C++
protected:
virtual ResultOperatorBase^ CreateResultOperator(
	ClauseGenerationContext clauseGenerationContext
) override

Parameters

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

[Missing <param name="clauseGenerationContext"/> documentation for "M:Remotion.Linq.EagerFetching.Parsing.FetchOneExpressionNode.CreateResultOperator(Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.EagerFetching.Parsing.FetchOneExpressionNode.CreateResultOperator(Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]

See Also