Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
SqlDataAdapter ( ) : System | ||
SqlDataAdapter ( SqlCommand selectCommand ) : System | ||
SqlDataAdapter ( string selectCommandText, SqlConnection selectConnection ) : System | ||
SqlDataAdapter ( string selectCommandText, string selectConnectionString ) : System |
Метод | Описание | |
---|---|---|
CreateRowUpdatedEvent ( |
||
CreateRowUpdatingEvent ( |
||
Dispose ( bool disposing ) : void | ||
OnRowUpdated ( RowUpdatedEventArgs value ) : void | ||
OnRowUpdating ( RowUpdatingEventArgs value ) : void |
protected CreateRowUpdatedEvent ( |
||
dataRow | ||
command | IDbCommand | |
statementType | StatementType | |
tableMapping | ||
Результат |
protected CreateRowUpdatingEvent ( |
||
dataRow | ||
command | IDbCommand | |
statementType | StatementType | |
tableMapping | ||
Результат |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected OnRowUpdated ( RowUpdatedEventArgs value ) : void | ||
value | RowUpdatedEventArgs | |
Результат | void |
protected OnRowUpdating ( RowUpdatingEventArgs value ) : void | ||
value | RowUpdatingEventArgs | |
Результат | void |
public SqlDataAdapter ( SqlCommand selectCommand ) : System | ||
selectCommand | SqlCommand | |
Результат | System |
public SqlDataAdapter ( string selectCommandText, SqlConnection selectConnection ) : System | ||
selectCommandText | string | |
selectConnection | SqlConnection | |
Результат | System |
public SqlDataAdapter ( string selectCommandText, string selectConnectionString ) : System | ||
selectCommandText | string | |
selectConnectionString | string | |
Результат | System |