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