whereNotLike<Value> abstract method

WhereClause<EntityType> whereNotLike<Value>(
  1. String field,
  2. String pattern
)
inherited

Implementation

WhereClause<Result> whereNotLike<Value>(String field, String pattern);