Click or drag to resize
AbstractCMSQueryProviderParentTypeProcessParameter Method
Processes the parameter.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual Expression ProcessParameter(
	ParameterExpression p,
	ExpressionBuilderSettings sb
)

Parameters

p
Type: System.Linq.ExpressionsParameterExpression
Expression
sb
Type: CMS.DataEngineExpressionBuilderSettings
ExpressionBuilderSettings for processing of children

Return Value

Type: Expression
See Also