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

In This Topic
    Errors Property (SqlInfoMessageEventArgs)
    In This Topic
    Gets the collection of warnings sent from the server.
    Syntax
    'Declaration
     
    Public ReadOnly Property Errors As SqlErrorCollection
    public SqlErrorCollection Errors {get;}

    Property Value

    The collection of warnings.
    See Also