|
@ -39,6 +39,8 @@ 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(); |
|
|
|
|
|
IDeleteable<T> DeleteableWithAttr<T>() where T : class, new(); |
|
|
|
|
|
|
|
|
bool IsAnyConnection(dynamic configId); |
|
|
bool IsAnyConnection(dynamic configId); |
|
|
|
|
|
|
|
|
void Close(); |
|
|
void Close(); |
|
|