Update db.Fastest Cache Key

This commit is contained in:
sunkaixuan
2023-08-25 13:13:29 +08:00
parent a6a7c941bf
commit 6dc9bcefb9

View File

@@ -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)