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
    public new OracleCommand Command {get;}

    Property Value

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