Method | Description | |
---|---|---|
LoadDataSet ( this repository, |
Command를 실행시켜, 결과 셋을 DataSet에 저장한다.
|
|
UpdateDataSet ( this repository, |
Update DataSet with commands
|
public static LoadDataSet ( this repository, |
||
repository | this | IAdoRepository 인스턴스 |
cmd | 실행할 Command | |
targetDataSet | ||
tableNames | string | |
return | void |
public static UpdateDataSet ( this repository, |
||
repository | this | IAdoRepository 인스턴스 |
dataSet | DataSet to update | |
tableName | string | table name to update |
insertCommand | command to insert | |
updateCommand | command to update | |
deleteCommand | command to delete | |
updateBehavior | UpdateBehavior | Behavior to update |
updateBatchSize | int | batch size to update |
return | int |