mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 04:53:45 +08:00
Code optimization
This commit is contained in:
@@ -11,7 +11,7 @@ namespace SqlSugar
|
||||
{
|
||||
public partial class OracleExpressionContext : ExpressionContext, ILambdaExpressions
|
||||
{
|
||||
public SqlSugarEngine Context { get; set; }
|
||||
public SqlSugarProvider Context { get; set; }
|
||||
public OracleExpressionContext()
|
||||
{
|
||||
base.DbMehtods = new OracleMethod();
|
||||
|
Reference in New Issue
Block a user