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