mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-29 19:56:43 +08:00
Synchronization code
This commit is contained in:
parent
6dc9bcefb9
commit
bb1fd56b42
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user