dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniRowUpdatingEventArgs Class / Command Property

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

    Property Value

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