WhereBuilderGetIsNull Method |
Gets the IS NULL expression
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
StringSee Also