Click or drag to resize

IBulkDataPersistenceService Interface

Represents a data persisetence service that can handle bulk operations

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IBulkDataPersistenceService

The IBulkDataPersistenceService type exposes the following members.

Methods
 NameDescription
Public methodObsolete Obsolete the specified data
Public methodPurge(TransactionMode, IPrincipal, Guid) Purge the specified data (erase it)
Public methodPurge(TransactionMode, IPrincipal, Expression) Purge specified data
Public methodQueryKeys Query only for keys based on the expression (do not load objects from database)
Top
See Also