mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-25 04:27:14 +08:00
Update db.InsertByOject
This commit is contained in:
@@ -74,7 +74,7 @@ namespace SqlSugar
|
||||
public UpdateCommonMethodInfo IgnoreNullColumns()
|
||||
{
|
||||
var inertable = MethodInfo.Invoke(Context, new object[] { objectValue });
|
||||
var newMethod = inertable.GetType().GetMyMethod("IgnoreNullColumns", 0);
|
||||
var newMethod = inertable.GetType().GetMyMethod("IgnoreColumnsNull", 0);
|
||||
var result = newMethod.Invoke(inertable, new object[] { });
|
||||
return new UpdateCommonMethodInfo()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user