Method | Description | |
---|---|---|
SqliteDataAdapter ( ) : System |
Initializes a new instance of the
|
|
SqliteDataAdapter ( |
Initializes a new instance of the
|
|
SqliteDataAdapter ( IDbCommand selectCommand ) : System | ||
SqliteDataAdapter ( string selectCommandText, Community.CsharpSqlite.SQLiteClient.SqliteConnection connection ) : System |
Initializes a new instance of the
|
|
SqliteDataAdapter ( string selectCommandText, string connectionString ) : System |
Initializes a new instance of the
|
Method | Description | |
---|---|---|
CreateRowUpdatedEvent ( |
Initializes a new instance of the
|
|
CreateRowUpdatingEvent ( |
|
|
OnRowUpdated ( |
Raises the RowUpdating event of Sqlite data provider.
|
|
OnRowUpdating ( |
Raises the RowUpdated event of a Sqlite data provider.
|
protected CreateRowUpdatedEvent ( |
||
dataRow | The DataRow used to update the data source. | |
command | IDbCommand | The IDbCommand executed during the Update. |
statementType | StatementType | Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement. |
tableMapping | A DataTableMapping object. | |
return |
protected CreateRowUpdatingEvent ( |
||
dataRow | The DataRow used to update the data source. | |
command | IDbCommand | The IDbCommand executed during the Update. |
statementType | StatementType | Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement. |
tableMapping | A DataTableMapping object. | |
return |
protected OnRowUpdated ( |
||
args | An RowUpdatingEventArgs that contains the event data. | |
return | void |
protected OnRowUpdating ( |
||
args | A RowUpdatedEventArgs that contains the event data. | |
return | void |
public SqliteDataAdapter ( |
||
selectCommand | ||
return | System |
public SqliteDataAdapter ( IDbCommand selectCommand ) : System | ||
selectCommand | IDbCommand | |
return | System |
public SqliteDataAdapter ( string selectCommandText, Community.CsharpSqlite.SQLiteClient.SqliteConnection connection ) : System | ||
selectCommandText | string | |
connection | Community.CsharpSqlite.SQLiteClient.SqliteConnection | |
return | System |
public SqliteDataAdapter ( string selectCommandText, string connectionString ) : System | ||
selectCommandText | string | |
connectionString | string | |
return | System |