MssqlCondition notLikeRaw(String pattern) => MssqlLike(this, pattern, negated: true, escaped: false);