dotConnect for Adobe Commerce Documentation
Devart.Data.Magento Namespace / MagentoMonitor Class / IsActive Property

On this page
    IsActive Property (MagentoMonitor)
    On this page
    Gets or sets whether MagentoMonitor should watch SQL execution.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property IsActive As Boolean
    public override bool IsActive {get; set;}

    Property Value

    true if the MagentoMonitor object should detect SQL queries peformed by the application; false otherwise.
    Remarks
    Set this property to true to enable monitoring of SQL statements.
    See Also