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

In This Topic
Command Property (SQLiteRowUpdatedEventArgs)
In This Topic
Syntax
'Declaration
 
Public Shadows ReadOnly Property Command As SQLiteCommand
 

Property Value

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