Click or drag to resize
WhereBuilderGetIsNull Method
Gets the IS NULL expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public virtual string GetIsNull(
	string columnName,
	bool negation
)

Parameters

columnName
Type: SystemString
Column name
negation
Type: SystemBoolean
If true, negates the expression

Return Value

Type: String
See Also