dotConnect for Adobe Commerce Documentation
Devart.Data.Magento Namespace / MagentoRowUpdatingEventArgs Class / Command Property

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

    Property Value

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