Click or drag to resize
IAsyncDatabaseConnectionUpdate Property
A hot IObservableT of this connection's SQLite update events.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty.Async (in SQLitePCL.pretty.Async.dll) Version: 1.0.0.0 (1.0.0)
Syntax
IObservable<DatabaseUpdateEventArgs> Update { get; }

Property Value

Type: IObservableDatabaseUpdateEventArgs
See Also