Click or drag to resize
WhereConditionBaseTParentWhereNotLike Method
Overload List
  NameDescription
Public methodWhereNotLike(String, String)
Adds the given where condition to the query. Matches the column to a given value using NOT LIKE operator.
Public methodWhereNotLike(IQueryObjectWithValue, Object)
Adds the given where condition to the query. Matches the left side and right side using NOT LIKE operator.
Top
See Also