프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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 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 |