Click or drag to resize
TypeConditionWhereIsNull Method
Adds another condition into TypeCondition.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public TypeCondition WhereIsNull(
	string conditionColumn
)

Parameters

conditionColumn
Type: SystemString
Name of the column the value of which can distinguish between the object types

Return Value

Type: TypeCondition
See Also