- 完善 InsertDict 等字典操作功能;

This commit is contained in:
2881099
2022-03-29 20:40:00 +08:00
parent 4cf47488d4
commit 5b65a17be0
4 changed files with 25 additions and 11 deletions

View File

@ -772,7 +772,7 @@ SELECT ");
}
public int ExecuteAffrows() => _insertProvider.ExecuteAffrows();
public long ExecuteIdentity() => _insertProvider.ExecuteAffrows();
public long ExecuteIdentity() => _insertProvider.ExecuteIdentity();
public List<Dictionary<string, object>> ExecuteInserted() => _insertProvider.ExecuteInserted();
#if net40