mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +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();
|
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>(T deleteObjs) where T : class, new();
|
||||||
IDeleteable<T> DeleteableWithAttr<T>(List<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 Close();
|
||||||
void Open();
|
void Open();
|
||||||
|
@@ -39,7 +39,9 @@ namespace SqlSugar
|
|||||||
IUpdateable<T> UpdateableWithAttr<T>(List<T> updateObjs) where T : class, new();
|
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>(T deleteObjs) where T : class, new();
|
||||||
IDeleteable<T> DeleteableWithAttr<T>(List<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 Close();
|
||||||
void Open();
|
void Open();
|
||||||
|
Reference in New Issue
Block a user