Click or drag to resize

IDataPersistenceService Interface

Non-generic form of the data persistene service

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

The IDataPersistenceService type exposes the following members.

Methods
  NameDescription
Public methodGet
Gets the specified data
Public methodInsert
Inserts the specified object
Public methodObsolete
Obsoletes the specified data
Public methodQuery
Query based on the expression given
Public methodUpdate
Updates the specified data
Top
See Also