Click or drag to resize
WhereConditionBaseTParentWhereIn Method
Overload List
  NameDescription
Public methodWhereIn(String, IDataQuery)
Adds where condition to the nested query, e.g. "columnName IN (...)"
Public methodWhereIn(String, ICollectionGuid)
Adds where condition to the list of values, e.g. "columnName IN (...)"
Public methodWhereIn(String, ICollectionInt32)
Adds where condition to the list of values, e.g. "columnName IN (...)"
Public methodWhereIn(String, ICollectionInt64)
Adds where condition to the list of values, e.g. "columnName IN (...)"
Public methodWhereIn(String, ICollectionString)
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 (...)". Supported generic type is int, long, string or guid ONLY!
Protected methodWhereIn(String, ICollectionGuid, Boolean)
Adds where condition to the list of values, e.g. "columnName IN (...)"
Protected methodWhereIn(String, ICollectionInt32, Boolean)
Adds where condition to the list of values, e.g. "columnName IN (...)"
Protected methodWhereIn(String, ICollectionInt64, Boolean)
Adds where condition to the list of values, e.g. "columnName IN (...)"
Protected methodWhereIn(String, ICollectionString, Boolean)
Adds where condition to the list of values, e.g. "columnName IN (...)"
Top
See Also