mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-03 23:10:54 +08:00
Updated Insert Data (markdown)
@@ -189,13 +189,13 @@ fsql.Insert<Topic>().MySqlIgnoreInto().AppendData(items).ExecuteAffrows();
|
||||
|
||||
## Reference
|
||||
|
||||
- [《Database Transaction》](%e4%ba%8b%e5%8a%a1)
|
||||
- [《学习FreeSql之一:删除数据》](%e5%88%a0%e9%99%a4)
|
||||
- [《学习FreeSql之二:修改数据》](%e4%bf%ae%e6%94%b9)
|
||||
- [《学习FreeSql之三:查询数据》](%e6%9f%a5%e8%af%a2)
|
||||
- [《仓储层Repository》](Repository)
|
||||
- [《过滤器、全局过滤器》](%e8%bf%87%e6%bb%a4%e5%99%a8)
|
||||
- [《分表、分库》](%e5%88%86%e8%a1%a8%e5%88%86%e5%ba%93)
|
||||
- [《Database Transaction》](Database-Transaction)
|
||||
- [《FreeSql 101, Part 2: Delete Data》](Delete-Data)
|
||||
- [《FreeSql 101, Part 3: Update Data》](Update-Data)
|
||||
- [《FreeSql 101, Part 4: Query Data》](Query-Data)
|
||||
- [《Repository Layer》](Repository-Layer)
|
||||
- [《Filters and Global Filters》](Filters-and-Global-Filters)
|
||||
- [《Sharding Tables and Database》](Sharding-Tables-and-Database)
|
||||
- [《Tenant》](Tenant)
|
||||
|
||||
## API
|
||||
|
||||
Reference in New Issue
Block a user