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

In This Topic
Command Property (SQLiteRowUpdatingEventArgs)
In This Topic
Gets or sets the SQLiteCommand to execute when System.Data.Common.DbDataAdapter.Update() is called.
Syntax
'Declaration
 
Public Shadows Property Command As SQLiteCommand
 

Property Value

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