DB2®RowUpdatedEventArgs.DB2Errors Property

If any DB2Exception instances were thrown in the batch of commands, this property will reference a collection of DB2Error objects.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public ReadOnly Property DB2Errors As DB2ErrorCollection
[C#]
public DB2ErrorCollection DB2Errors {get;}
[C++]
public: __property DB2ErrorCollection get_DB2Errors();
[JScript]
public function get DB2Errors() : DB2ErrorCollection;

Property value

If any DB2Exception instances were thrown in the batch of commands, this property will reference a DB2ErrorCollection object. If no DB2Exception instances were thrown, this property will be null.