Click or drag to resize
AbstractCMSQueryProviderParentTypeProcessConstant Method
Constant expression.

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

Parameters

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

Return Value

Type: Expression
See Also