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: 2.2.1
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