WhereConditionBase TParent  WhereIn Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodWhereIn(String, IDataQuery)
Adds where condition to the nested query, e.g. "columnName IN (...)"
Public methodWhereIn(String, IList Int32 )
Adds where condition to the list of values, e.g. "columnName IN (...)"
Public methodWhereIn(String, IList String )
Adds where condition to the list of values, e.g. "columnName IN (...)"
Protected methodWhereIn(String, IDataQuery, Boolean)
Adds where condition to the list of values, e.g. "columnName IN (...)"
Protected methodWhereIn(String, IList Int32 , Boolean)
Adds where condition to the list of values, e.g. "columnName IN (...)"
Protected methodWhereIn(String, IList String , Boolean)
Adds where condition to the list of values, e.g. "columnName IN (...)"
Back to Top
See Also