mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +08:00
Add SimpleClient.Change
This commit is contained in:
parent
d3a41104b7
commit
a425256ca4
@ -30,7 +30,10 @@ namespace SqlSugar
|
||||
{
|
||||
this.Context = context;
|
||||
}
|
||||
|
||||
public SimpleClient<ChangeType> Change<ChangeType>() where ChangeType : class, new()
|
||||
{
|
||||
return this.Context.GetSimpleClient<ChangeType>();
|
||||
}
|
||||
public ISugarQueryable<T> AsQueryable()
|
||||
{
|
||||
return Context.Queryable<T>();
|
||||
|
Loading…
Reference in New Issue
Block a user