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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IDataPersistenceService

The IDataPersistenceService type exposes the following members.

Methods
 NameDescription
Public methodDelete Obsoletes the specified data
Public methodGet Gets the specified data
Public methodInsert Inserts the specified object
Public methodQuery(Expression) Query the specified expression
Public methodQuery(Expression, Int32, NullableInt32, Int32) Query based on the expression given
Obsolete
Public methodUpdate Updates the specified data
Top
See Also