Click or drag to resize
WhereConditionBaseTParentWhereNotEquals Method
Overload List
  NameDescription
Public methodWhereNotEquals(String, Object)
Adds the given where condition to the query. Matches the column which is not equal to a given value.
Public methodWhereNotEquals(IQueryObjectWithValue, Object)
Adds the given where condition to the query. Matches the left side which is not equal to the right side.
Top
See Also