Click or drag to resize
AbstractCMSQueryProviderParentTypeProcessExpression Method
Processes the given expression.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual Expression ProcessExpression(
	Expression exp,
	ExpressionBuilderSettings sb,
	Expression parentExp
)

Parameters

exp
Type: System.Linq.ExpressionsExpression
Expression to process
sb
Type: CMS.DataEngineExpressionBuilderSettings
ExpressionBuilderSettings for processing of children
parentExp
Type: System.Linq.ExpressionsExpression
Parent expression

Return Value

Type: Expression
See Also