Click or drag to resize
AbstractCMSQueryProviderParentTypeProcessBinary Method
Processes the binary expression.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual Expression ProcessBinary(
	BinaryExpression b,
	ExpressionBuilderSettings sb
)

Parameters

b
Type: System.Linq.ExpressionsBinaryExpression
Expression
sb
Type: CMS.DataEngineExpressionBuilderSettings
ExpressionBuilderSettings for processing of children

Return Value

Type: Expression
See Also