Click or drag to resize

ISQLitePersistenceService Interface

Represents an ADO based IDataPersistenceServie

Namespace:  SanteDB.DisconnectedClient.SQLite
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public interface ISQLitePersistenceService : IDataPersistenceService

The ISQLitePersistenceService type exposes the following members.

Methods
  NameDescription
Public methodGet(Guid)
Gets the specified data
(Inherited from IDataPersistenceService.)
Public methodGet(SQLiteDataContext, Guid)
Gets the specified data
Public methodInsert(Object)
Inserts the specified object
(Inherited from IDataPersistenceService.)
Public methodInsert(SQLiteDataContext, Object)
Inserts the specified object
Public methodObsolete(Object)
Obsoletes the specified data
(Inherited from IDataPersistenceService.)
Public methodObsolete(SQLiteDataContext, Object)
Obsoletes the specified data
Public methodQuery
Query based on the expression given
(Inherited from IDataPersistenceService.)
Public methodToModelInstance
Map to model instance
Public methodUpdate(Object)
Updates the specified data
(Inherited from IDataPersistenceService.)
Public methodUpdate(SQLiteDataContext, Object)
Updates the specified data
Top
See Also