mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Synchronization code
This commit is contained in:
parent
281cee9513
commit
b2e1fe9ada
@ -597,6 +597,10 @@ namespace SqlSugar
|
||||
{
|
||||
return ScopedContext.SqlQueryable<T>(sql);
|
||||
}
|
||||
public IStorageable<T> Storageable<T>(T[] dataList) where T : class, new()
|
||||
{
|
||||
return ScopedContext.Storageable(dataList);
|
||||
}
|
||||
public StorageableDataTable Storageable(List<Dictionary<string, object>> dictionaryList, string tableName)
|
||||
{
|
||||
return ScopedContext.Storageable(dictionaryList, tableName);
|
||||
|
Loading…
Reference in New Issue
Block a user