mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-22 02:51:58 +08:00
Update ITenant
This commit is contained in:
@@ -39,7 +39,9 @@ namespace SqlSugar
|
||||
IUpdateable<T> UpdateableWithAttr<T>(List<T> updateObjs) where T : class, new();
|
||||
IDeleteable<T> DeleteableWithAttr<T>(T deleteObjs) where T : class, new();
|
||||
IDeleteable<T> DeleteableWithAttr<T>(List<T> deleteObjs) where T : class, new();
|
||||
bool IsAnyConnection(dynamic configId);
|
||||
IDeleteable<T> DeleteableWithAttr<T>() where T : class, new();
|
||||
|
||||
bool IsAnyConnection(dynamic configId);
|
||||
|
||||
void Close();
|
||||
void Open();
|
||||
|
||||
Reference in New Issue
Block a user