mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-07 18:04:55 +08:00
-
This commit is contained in:
@@ -747,6 +747,10 @@ namespace SqlSugar
|
||||
result.Builder = sqlBuilder;
|
||||
return result;
|
||||
}
|
||||
public IStorageable<T> Storageable<T>(T data) where T : class, new()
|
||||
{
|
||||
return Storageable(new List<T>() { data });
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region DbFirst
|
||||
|
||||
Reference in New Issue
Block a user