dotConnect for Dynamics 365 Documentation
Devart.Data.Dynamics Namespace / DynamicsRowUpdatingEventArgs Class / Command Property

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

    Property Value

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