mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
-
This commit is contained in:
@@ -301,6 +301,10 @@ namespace SqlSugar
|
||||
{
|
||||
return this.Updateable(new T[] { UpdateObj });
|
||||
}
|
||||
public virtual IUpdateable<T> Updateable<T>() where T : class, new()
|
||||
{
|
||||
return this.Updateable(new T[] { new T() });
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region DbFirst
|
||||
|
Reference in New Issue
Block a user