![]() | ISQLitePersistenceService Interface |
Namespace: SanteDB.DisconnectedClient.SQLite
The ISQLitePersistenceService type exposes the following members.
Name | Description | |
---|---|---|
![]() | Get(Guid) |
Gets the specified data
(Inherited from IDataPersistenceService.) |
![]() | Get(SQLiteDataContext, Guid) |
Gets the specified data
|
![]() | Insert(Object) |
Inserts the specified object
(Inherited from IDataPersistenceService.) |
![]() | Insert(SQLiteDataContext, Object) |
Inserts the specified object
|
![]() | Obsolete(Object) |
Obsoletes the specified data
(Inherited from IDataPersistenceService.) |
![]() | Obsolete(SQLiteDataContext, Object) |
Obsoletes the specified data
|
![]() | Query |
Query based on the expression given
(Inherited from IDataPersistenceService.) |
![]() | ToModelInstance |
Map to model instance
|
![]() | Update(Object) |
Updates the specified data
(Inherited from IDataPersistenceService.) |
![]() | Update(SQLiteDataContext, Object) |
Updates the specified data
|