mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-09 07:07:59 +08:00
Synchronization code
This commit is contained in:
parent
ba42c9c4ee
commit
5f09cb49e7
@ -1009,6 +1009,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
public IStorageable<T> Storageable<T>(List<T> dataList) where T : class, new()
|
public IStorageable<T> Storageable<T>(List<T> dataList) where T : class, new()
|
||||||
{
|
{
|
||||||
|
dataList = dataList.Where(it => it != null).ToList();
|
||||||
this.InitMappingInfo<T>();
|
this.InitMappingInfo<T>();
|
||||||
var sqlBuilder = InstanceFactory.GetSqlbuilder(this.Context.CurrentConnectionConfig);
|
var sqlBuilder = InstanceFactory.GetSqlbuilder(this.Context.CurrentConnectionConfig);
|
||||||
var result= new Storageable<T>(dataList,this);
|
var result= new Storageable<T>(dataList,this);
|
||||||
|
Loading…
Reference in New Issue
Block a user