dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlInfoMessageEventArgs Class / Source Property

In This Topic
    Source Property (SqlInfoMessageEventArgs)
    In This Topic
    Gets the name of the object that generated the error.
    Syntax
    'Declaration
     
    Public ReadOnly Property Source As String
    public string Source {get;}

    Property Value

    The name of the object.
    See Also