notLikeRaw method

MssqlCondition notLikeRaw(
  1. String pattern
)

Implementation

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