dotConnect for BigCommerce Documentation
Devart.Common Namespace / MonitorEventArgs Class / Description Property

On this page
    Description Property
    On this page
    Gets the description of a DbMonitor event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Description As String
    public string Description {get;}

    Property Value

    The text description of a DbMonitor event.
    Remarks
    This property contains such information as text of SQL statement.
    See Also