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

On this page
    Command Property (SQLiteRowUpdatedEventArgs)
    On this page
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Command As SQLiteCommand
    public new SQLiteCommand Command {get;}

    Property Value

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