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

In This Topic
    Command Property (OracleRowUpdatingEventArgs)
    In This Topic
    Gets or sets the OracleCommand to execute when System.Data.Common.DbDataAdapter.Update() is called.
    Syntax
    'Declaration
     
    Public Shadows Property Command As OracleCommand
    public new OracleCommand Command {get; set;}

    Property Value

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