Click or drag to resize
AbstractCMSQueryProviderParentTypeProcessExpressionList Method
Processes the list of expressions.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual ReadOnlyCollection<Expression> ProcessExpressionList(
	ReadOnlyCollection<Expression> original,
	ExpressionBuilderSettings sb,
	Expression parentExp
)

Parameters

original
Type: System.Collections.ObjectModelReadOnlyCollectionExpression
List
sb
Type: CMS.DataEngineExpressionBuilderSettings
ExpressionBuilderSettings for processing of children
parentExp
Type: System.Linq.ExpressionsExpression
Parent expression

Return Value

Type: ReadOnlyCollectionExpression
See Also