mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
-
This commit is contained in:
@@ -25,7 +25,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region constructor
|
#region Constructor
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// If you have system table permissions, use this
|
/// If you have system table permissions, use this
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@@ -264,7 +264,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region deleteable
|
#region Deleteable
|
||||||
public virtual IDeleteable<T> Deleteable<T>() where T : class, new()
|
public virtual IDeleteable<T> Deleteable<T>() where T : class, new()
|
||||||
{
|
{
|
||||||
var reval = new DeleteableProvider<T>();
|
var reval = new DeleteableProvider<T>();
|
||||||
|
Reference in New Issue
Block a user