IWhereConditionTParentWhereIn Method (String, ICollectionGuid) |
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 TParent WhereIn(
string columnName,
ICollection<Guid> values
)
Parameters
- columnName
- Type: SystemString
Column name - values
- Type: System.Collections.GenericICollectionGuid
List of values for the query
Return Value
Type:
TParentSee Also