Click or drag to resize

IDataPersistenceServiceEx Interface

Extended data persistence service

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IDataPersistenceServiceEx : IDataPersistenceService

The IDataPersistenceServiceEx type exposes the following members.

Methods
  NameDescription
Public methodGet
Gets the specified data
(Inherited from IDataPersistenceService.)
Public methodInsert
Inserts the specified object
(Inherited from IDataPersistenceService.)
Public methodObsolete
Obsoletes the specified data
(Inherited from IDataPersistenceService.)
Public methodQuery
Query based on the expression given
(Inherited from IDataPersistenceService.)
Public methodTouch
Touch the specified data
Public methodUpdate
Updates the specified data
(Inherited from IDataPersistenceService.)
Top
See Also