Property | Type | Description |
---|
Method | Description | |
---|---|---|
SqlDataAdapter ( ) : System | ||
SqlDataAdapter ( SqlCommand selectCommand ) : System | ||
SqlDataAdapter ( string selectCommandText, SqlConnection selectConnection ) : System | ||
SqlDataAdapter ( string selectCommandText, string selectConnectionString ) : System |
Method | Description | |
---|---|---|
CreateRowUpdatedEvent ( |
||
CreateRowUpdatingEvent ( |
||
Dispose ( bool disposing ) : void | ||
OnRowUpdated ( RowUpdatedEventArgs value ) : void | ||
OnRowUpdating ( RowUpdatingEventArgs value ) : void |
protected CreateRowUpdatedEvent ( |
||
dataRow | ||
command | IDbCommand | |
statementType | StatementType | |
tableMapping | ||
return |
protected CreateRowUpdatingEvent ( |
||
dataRow | ||
command | IDbCommand | |
statementType | StatementType | |
tableMapping | ||
return |
protected OnRowUpdated ( RowUpdatedEventArgs value ) : void | ||
value | RowUpdatedEventArgs | |
return | void |
protected OnRowUpdating ( RowUpdatingEventArgs value ) : void | ||
value | RowUpdatingEventArgs | |
return | void |
public SqlDataAdapter ( SqlCommand selectCommand ) : System | ||
selectCommand | SqlCommand | |
return | System |
public SqlDataAdapter ( string selectCommandText, SqlConnection selectConnection ) : System | ||
selectCommandText | string | |
selectConnection | SqlConnection | |
return | System |
public SqlDataAdapter ( string selectCommandText, string selectConnectionString ) : System | ||
selectCommandText | string | |
selectConnectionString | string | |
return | System |