Click or drag to resize

ISQLitePersistenceService Methods

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