Click or drag to resize
AbstractCMSQueryProviderParentTypeProcessNew Method
Processes the new expression.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual NewExpression ProcessNew(
	NewExpression nex,
	ExpressionBuilderSettings sb
)

Parameters

nex
Type: System.Linq.ExpressionsNewExpression
Expression
sb
Type: CMS.DataEngineExpressionBuilderSettings
ExpressionBuilderSettings for processing of children

Return Value

Type: NewExpression
See Also