Click or drag to resize
AbstractCMSQueryProviderParentTypeProcessUnary Method
Processes the unary expression.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual Expression ProcessUnary(
	UnaryExpression u,
	ExpressionBuilderSettings sb
)

Parameters

u
Type: System.Linq.ExpressionsUnaryExpression
Expression
sb
Type: CMS.DataEngineExpressionBuilderSettings
ExpressionBuilderSettings for processing of children

Return Value

Type: Expression
See Also