Namespace :CA.Blocks.SQLLiteDataAccess.Adapters
Assembly : CA.Blocks.SQLLiteDataAccess.dll
| Name | Description | |
|---|---|---|
| SqliteDataAdapter() | ||
| SqliteDataAdapter(Microsoft.Data.Sqlite.SqliteCommand) | Constructs a data adapter using the specified select command. | |
| SqliteDataAdapter(System.String, Microsoft.Data.Sqlite.SqliteConnection) | Constructs a data adapter with the supplied select command text and associated with the specified connection. | |
| SqliteDataAdapter(System.String, System.String) | Constructs a data adapter with the specified select command text, and using the specified database connection string. | 
| Name | Description | |
|---|---|---|
![]()  | FindBuilder(System.MulticastDelegate) | |
| OnRowUpdating(System.Data.Common.RowUpdatingEventArgs) | Raised by the underlying DbDataAdapter when a row is being updated  | |
| OnRowUpdated(System.Data.Common.RowUpdatedEventArgs) | Raised by DbDataAdapter after a row is updated  | 
| Get | Set | Name | Description | |
|---|---|---|---|---|
| SelectCommand | Microsoft.Data.Sqlite.SqliteCommand | Gets/sets the select command for this DataAdapter | ||
| InsertCommand | Microsoft.Data.Sqlite.SqliteCommand | Gets/sets the insert command for this DataAdapter | ||
| UpdateCommand | Microsoft.Data.Sqlite.SqliteCommand | Gets/sets the update command for this DataAdapter | ||
| DeleteCommand | Microsoft.Data.Sqlite.SqliteCommand | Gets/sets the delete command for this DataAdapter |