Gets all errors generated by the SQL Server adapter.
[Visual Basic] Public ReadOnly Property Errors As SQLErrors [C#] public SQLErrors Errors {get;} [C++] public: __property SQLErrors* get_Errors(); [JScript] public function get Errors() : SQLErrors;
The collected instances of the SQLError class. The SQLErrors class always contains at least one instance of the SQLError class.
This is a wrapper for SQLErrors.
SQLException Class | SQLException Members | System.Data.SQL Namespace | SQLErrors | SQLError