Click or drag to resize
AbstractCMSQueryProviderParentTypeProcessInvocation Method
Process the invocation of the method.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual Expression ProcessInvocation(
	InvocationExpression iv,
	ExpressionBuilderSettings sb
)

Parameters

iv
Type: System.Linq.ExpressionsInvocationExpression
Expression
sb
Type: CMS.DataEngineExpressionBuilderSettings
ExpressionBuilderSettings for processing of children

Return Value

Type: Expression
See Also