mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 20:38:16 +08:00
update Odbc IInsert
This commit is contained in:
@ -2064,11 +2064,10 @@
|
||||
</member>
|
||||
<member name="M:FreeSql.IUpdate`1.SetDto(System.Object)">
|
||||
<summary>
|
||||
设置更新的列
|
||||
<para></para>
|
||||
SetDto(new { title = "xxx", clicks = 2 })
|
||||
<para></para>
|
||||
SetDto(new Dictionary<string, object> { ["title"] = "xxx", ["clicks"] = 2 })
|
||||
设置更新的列<para></para>
|
||||
SetDto(new { title = "xxx", clicks = 2 })<para></para>
|
||||
SetDto(new Dictionary<string, object> { ["title"] = "xxx", ["clicks"] = 2 })<para></para>
|
||||
注意:标记 [Column(CanUpdate = false)] 的属性不会被更新
|
||||
</summary>
|
||||
<param name="dto">dto 或 Dictionary<string, object></param>
|
||||
<returns></returns>
|
||||
|
Reference in New Issue
Block a user