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

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

    Property Value

    The name of the provider that generated the error.
    See Also