CA.Blocks.SQLLiteDataAccess.Adapters.SqliteDataAdapter

Class SqliteDataAdapter Class

Namespace :CA.Blocks.SQLLiteDataAccess.Adapters

Assembly : CA.Blocks.SQLLiteDataAccess.dll

Inheritance :












New Class Constructors

NameDescription
MethodSqliteDataAdapter()
MethodSqliteDataAdapter(Microsoft.Data.Sqlite.SqliteCommand) Constructs a data adapter using the specified select command.
MethodSqliteDataAdapter(System.String,Microsoft.Data.Sqlite.SqliteConnection) Constructs a data adapter with the supplied select command text and associated with the specified connection.
MethodSqliteDataAdapter(System.String,System.String) Constructs a data adapter with the specified select command text, and using the specified database connection string.

Method Methods

NameDescription
StaticFindBuilder(System.MulticastDelegate)
Abstract MethodOnRowUpdating(System.Data.Common.RowUpdatingEventArgs)

Raised by the underlying DbDataAdapter when a row is being updated

Abstract MethodOnRowUpdated(System.Data.Common.RowUpdatedEventArgs)

Raised by DbDataAdapter after a row is updated

Property Properties

GetSetNameDescription
PropertyPropertySelectCommandMicrosoft.Data.Sqlite.SqliteCommand Gets/sets the select command for this DataAdapter
PropertyPropertyInsertCommandMicrosoft.Data.Sqlite.SqliteCommand Gets/sets the insert command for this DataAdapter
PropertyPropertyUpdateCommandMicrosoft.Data.Sqlite.SqliteCommand Gets/sets the update command for this DataAdapter
PropertyPropertyDeleteCommandMicrosoft.Data.Sqlite.SqliteCommand Gets/sets the delete command for this DataAdapter