[Missing <summary> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.CastExpressionNode.Resolve(System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Expression,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 override Expression Resolve(
	ParameterExpression inputParameter,
	Expression expressionToBeResolved,
	ClauseGenerationContext clauseGenerationContext
)
Visual Basic
Public Overrides Function Resolve ( _
	inputParameter As ParameterExpression, _
	expressionToBeResolved As Expression, _
	clauseGenerationContext As ClauseGenerationContext _
) As Expression
Visual C++
public:
virtual Expression^ Resolve(
	ParameterExpression^ inputParameter, 
	Expression^ expressionToBeResolved, 
	ClauseGenerationContext clauseGenerationContext
) override

Parameters

inputParameter
Type: System.Linq.Expressions..::..ParameterExpression

[Missing <param name="inputParameter"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.CastExpressionNode.Resolve(System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Expression,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]

expressionToBeResolved
Type: System.Linq.Expressions..::..Expression

[Missing <param name="expressionToBeResolved"/> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.CastExpressionNode.Resolve(System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Expression,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.CastExpressionNode.Resolve(System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Expression,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]

Return Value

[Missing <returns> documentation for "M:Remotion.Linq.Parsing.Structure.IntermediateModel.CastExpressionNode.Resolve(System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Expression,Remotion.Linq.Parsing.Structure.IntermediateModel.ClauseGenerationContext)"]

Implements

IExpressionNode..::..Resolve(ParameterExpression, Expression, ClauseGenerationContext)

See Also