dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleRowUpdatedEventArgs Class / Command Property

In This Topic
Command Property (OracleRowUpdatedEventArgs)
In This Topic
Syntax
'Declaration
 
Public Shadows ReadOnly Property Command As OracleCommand
 

Property Value

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