DB2®InfoMessageEventArgs.Errors Property
Gets the collection of warnings sent from the database.
- Namespace:
IBM.Data.DB2
- Assembly:
IBM.Data.DB2
(inIBM.Data.DB2.dll
)
Syntax
[Visual Basic]
Public ReadOnly Property Errors As DB2ErrorCollection
[C#]
public DB2ErrorCollection
Errors {get;}
[C++]
public: __property DB2ErrorCollection
* get_Errors();
[JScript]
public function get Errors() : DB2ErrorCollection
;
Property value
The collection of warnings sent from the database.