dotConnect for BigCommerce Documentation
Devart.Data.Bigcommerce Namespace / BigcommerceRowUpdatedEventArgs Class / Command Property

In This Topic
    Command Property (BigcommerceRowUpdatedEventArgs)
    In This Topic
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Command As BigcommerceCommand
    public new BigcommerceCommand Command {get;}

    Property Value

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