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

In This Topic
    Description Property
    In This Topic
    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