RepositoryBulkOperations Class |
Namespace: CMS.ContinuousIntegration.Internal
public static class RepositoryBulkOperations
The RepositoryBulkOperations type exposes the following members.
Name | Description | |
---|---|---|
DeleteObjects |
Deletes all objects of the given type matching the where condition from CI repository.
| |
StoreObjects(ObjectTypeInfo, IEnumerableBaseInfo) |
Stores given objects to CI repository.
| |
StoreObjects(ObjectTypeInfo, IWhereCondition, Boolean, Boolean) |
Stores all objects of the given type matching the where condition to CI repository.
|