dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2RowUpdatedEventArgs Class / Command Property

In This Topic
Command Property (DB2RowUpdatedEventArgs)
In This Topic
Gets the DB2Command executed when System.Data.Common.DbDataAdapter.Update() is called.
Syntax
'Declaration
 
Public Shadows ReadOnly Property Command As DB2Command
 

Property Value

The DB2Command to execute when System.Data.Common.DbDataAdapter.Update() is called.
See Also