isNotNull method

MssqlCondition isNotNull()

Implementation

MssqlCondition isNotNull() => MssqlNullCheck(this, negated: true);