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

In This Topic
Command Property (DB2RowUpdatingEventArgs)
In This Topic
Gets or sets the DB2Command to execute when System.Data.Common.DbDataAdapter.Update() is called.
Syntax
'Declaration
 
Public Shadows Property Command As DB2Command
 

Property Value

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