mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 02:32:50 +08:00
- 增加 InsertOrUpdateDict BatchOptions 选项;
This commit is contained in:
parent
84dd1b9172
commit
3605046495
@ -1230,6 +1230,12 @@ SELECT ");
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public InsertOrUpdateDictImpl BatchOptions(int rowsLimit, bool autoTransaction = true)
|
||||||
|
{
|
||||||
|
_insertOrUpdateProvider.BatchOptions(rowsLimit, autoTransaction);
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
public InsertOrUpdateDictImpl CommandTimeout(int timeout)
|
public InsertOrUpdateDictImpl CommandTimeout(int timeout)
|
||||||
{
|
{
|
||||||
_insertOrUpdateProvider.CommandTimeout(timeout);
|
_insertOrUpdateProvider.CommandTimeout(timeout);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user