dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteRowUpdatingEventArgs Class / Command Property

On this page
    Command Property (SQLiteRowUpdatingEventArgs)
    On this page
    Gets or sets the SQLiteCommand to execute when System.Data.Common.DbDataAdapter.Update() is called.
    Syntax
    'Declaration
     
    Public Shadows Property Command As SQLiteCommand
    public new SQLiteCommand Command {get; set;}

    Property Value

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