Click or drag to resize

ISQLiteAssociativePersistenceService Interface

ADO associative persistence service

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

The ISQLiteAssociativePersistenceService 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
(Inherited from ISQLitePersistenceService.)
Public methodGetFromSource
Get the set objects from the source
Public methodInsert(Object)
Inserts the specified object
(Inherited from IDataPersistenceService.)
Public methodInsert(SQLiteDataContext, Object)
Inserts the specified object
(Inherited from ISQLitePersistenceService.)
Public methodObsolete(Object)
Obsoletes the specified data
(Inherited from IDataPersistenceService.)
Public methodObsolete(SQLiteDataContext, Object)
Obsoletes the specified data
(Inherited from ISQLitePersistenceService.)
Public methodQuery
Query based on the expression given
(Inherited from IDataPersistenceService.)
Public methodToModelInstance
Map to model instance
(Inherited from ISQLitePersistenceService.)
Public methodUpdate(Object)
Updates the specified data
(Inherited from IDataPersistenceService.)
Public methodUpdate(SQLiteDataContext, Object)
Updates the specified data
(Inherited from ISQLitePersistenceService.)
Top
See Also