Click or drag to resize
AbstractCMSQueryProviderParentTypeProcessNewArray Method
Processes the array.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual Expression ProcessNewArray(
	NewArrayExpression na,
	ExpressionBuilderSettings sb
)

Parameters

na
Type: System.Linq.ExpressionsNewArrayExpression
Array
sb
Type: CMS.DataEngineExpressionBuilderSettings
ExpressionBuilderSettings for processing of children

Return Value

Type: Expression
See Also