IsActive Property (SQLiteMonitor)
Gets or sets whether
SQLiteMonitor should watch SQL execution.
public override bool IsActive {get; set;}
'Declaration
Public Overrides Property IsActive As Boolean
Property Value
true if the
SQLiteMonitor object should detect SQL queries peformed by the application;
false otherwise.