Click or drag to resize
WhereBuilder.GetIsNull Method
Gets the IS NULL expression

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

Parameters

columnName
Type: System.String
Column name
negation
Type: System.Boolean
If true, negates the expression

Return Value

Type: String
See Also