mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-26 22:25:49 +08:00
Update db.Fastest Cache Key
This commit is contained in:
@@ -50,7 +50,7 @@ namespace SqlSugar
|
||||
private DataTable ToDdateTable(List<T> datas)
|
||||
{
|
||||
var builder = GetBuider();
|
||||
DataTable tempDataTable = ReflectionInoCore<DataTable>.GetInstance().GetOrCreate("BulkCopyAsync" + typeof(T).FullName,
|
||||
DataTable tempDataTable = ReflectionInoCore<DataTable>.GetInstance().GetOrCreate("BulkCopyAsync" + typeof(T).GetHashCode(),
|
||||
() =>
|
||||
{
|
||||
if (AsName == null)
|
||||
|
||||
Reference in New Issue
Block a user