Click or drag to resize
RepositoryBulkOperations Methods

The RepositoryBulkOperations type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDeleteObjects
Deletes all objects of the given type matching the where condition from CI repository.
Public methodStatic memberStoreObjects(ObjectTypeInfo, IEnumerableBaseInfo)
Stores given objects to CI repository.
Public methodStatic memberStoreObjects(ObjectTypeInfo, IWhereCondition, Boolean, Boolean)
Stores all objects of the given type matching the where condition to CI repository.
Top
See Also