Click or drag to resize
AbstractCMSQueryProviderParentTypeIsUnary Method
Returns true if the given type is an unary expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected bool IsUnary(
	ExpressionType type
)

Parameters

type
Type: System.Linq.ExpressionsExpressionType
Type to check

Return Value

Type: Boolean
See Also