Click or drag to resize
AbstractCMSQueryProviderParentTypeProcessConditional Method
Processes the conditional expression.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual Expression ProcessConditional(
	ConditionalExpression c,
	ExpressionBuilderSettings sb
)

Parameters

c
Type: System.Linq.ExpressionsConditionalExpression
Expression
sb
Type: CMS.DataEngineExpressionBuilderSettings
ExpressionBuilderSettings for processing of children

Return Value

Type: Expression
See Also