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