WhereConditionBaseTParentWhereIn Method (String, ICollectionGuid, Boolean) |
Adds where condition to the list of values, e.g. "columnName IN (...)"
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax protected TParent WhereIn(
string columnName,
ICollection<Guid> values,
bool negation
)
Parameters
- columnName
- Type: SystemString
Column name - values
- Type: System.Collections.GenericICollectionGuid
List of values for the query - negation
- Type: SystemBoolean
If true, the expression is NOT IN
Return Value
Type:
TParentSee Also