[Missing <summary> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.QuerySourceExpressionNodeUtility.GetQuerySourceForNode(Remotion.Linq.Parsing.Structure.IntermediateModel.IQuerySourceExpressionNode,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 static IQuerySource GetQuerySourceForNode(
	IQuerySourceExpressionNode node,
	ClauseGenerationContext context
)
Visual Basic
Public Shared Function GetQuerySourceForNode ( _
	node As IQuerySourceExpressionNode, _
	context As ClauseGenerationContext _
) As IQuerySource
Visual C++
public:
static IQuerySource^ GetQuerySourceForNode(
	IQuerySourceExpressionNode^ node, 
	ClauseGenerationContext context
)

Parameters

node
Type: Remotion.Linq.Parsing.Structure.IntermediateModel..::..IQuerySourceExpressionNode

[Missing <param name="node"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.QuerySourceExpressionNodeUtility.GetQuerySourceForNode(Remotion.Linq.Parsing.Structure.IntermediateModel.IQuerySourceExpressionNode,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]

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

[Missing <param name="context"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.QuerySourceExpressionNodeUtility.GetQuerySourceForNode(Remotion.Linq.Parsing.Structure.IntermediateModel.IQuerySourceExpressionNode,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.QuerySourceExpressionNodeUtility.GetQuerySourceForNode(Remotion.Linq.Parsing.Structure.IntermediateModel.IQuerySourceExpressionNode,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]

See Also