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

On this page
    Command Property (OracleRowUpdatedEventArgs)
    On this page
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Command As OracleCommand
    public new OracleCommand Command {get;}

    Property Value

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