Click or drag to resize
IWhereConditionTParentWhereIn Method
Overload List
  NameDescription
Public methodWhereIn(String, IDataQuery)
Adds where condition to the nested query, e.g. "columnName IN (...)"
Public methodWhereIn(String, IListInt32)
Adds where condition to the list of values, e.g. "columnName IN (...)"
Top
See Also