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