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

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

Property Value

Type: IObservableDatabaseProfileEventArgs
See Also