compile method
Writes this expression's SQL, binding any values through parameters.
Implementation
@override
String compile(MssqlParameterAllocator parameters, MssqlDialect dialect) =>
'${operand.compile(parameters, dialect)} '
'IS ${negated ? 'NOT ' : ''}NULL';