[Missing <summary> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.ExpressionResolver.GetResolvedExpression(System.Linq.Expressions.Expression,System.Linq.Expressions.ParameterExpression,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public Expression GetResolvedExpression( Expression unresolvedExpression, ParameterExpression parameterToBeResolved, ClauseGenerationContext clauseGenerationContext ) |
Visual Basic |
---|
Public Function GetResolvedExpression ( _ unresolvedExpression As Expression, _ parameterToBeResolved As ParameterExpression, _ clauseGenerationContext As ClauseGenerationContext _ ) As Expression |
Visual C++ |
---|
public: Expression^ GetResolvedExpression( Expression^ unresolvedExpression, ParameterExpression^ parameterToBeResolved, ClauseGenerationContext clauseGenerationContext ) |
Parameters
- unresolvedExpression
- Type: System.Linq.Expressions..::..Expression
[Missing <param name="unresolvedExpression"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.ExpressionResolver.GetResolvedExpression(System.Linq.Expressions.Expression,System.Linq.Expressions.ParameterExpression,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]
- parameterToBeResolved
- Type: System.Linq.Expressions..::..ParameterExpression
[Missing <param name="parameterToBeResolved"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.ExpressionResolver.GetResolvedExpression(System.Linq.Expressions.Expression,System.Linq.Expressions.ParameterExpression,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.ExpressionResolver.GetResolvedExpression(System.Linq.Expressions.Expression,System.Linq.Expressions.ParameterExpression,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]
Return Value
[Missing <returns> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.ExpressionResolver.GetResolvedExpression(System.Linq.Expressions.Expression,System.Linq.Expressions.ParameterExpression,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]