Click or drag to resize
AbstractCMSQueryProviderParentTypeProcessTypeIs Method
Processes the type IDs.

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

Parameters

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

Return Value

Type: Expression
See Also