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