diff --git a/Src/Asp.Net/SqlSugar/Interface/IQueryable.cs b/Src/Asp.Net/SqlSugar/Interface/IQueryable.cs index 103785f43..c870f2a4a 100644 --- a/Src/Asp.Net/SqlSugar/Interface/IQueryable.cs +++ b/Src/Asp.Net/SqlSugar/Interface/IQueryable.cs @@ -200,8 +200,8 @@ namespace SqlSugar ISugarQueryable WhereIF(bool isWhere, Expression> expression); ISugarQueryable WhereIF(bool isWhere, Expression> expression); - new ISugarQueryable Where(string whereString, object whereObj = null); - new ISugarQueryable WhereIF(bool isWhere, string whereString, object whereObj = null); + new ISugarQueryable Where(string whereString, object parameters = null); + new ISugarQueryable WhereIF(bool isWhere, string whereString, object parameters = null); #endregion #region Select @@ -226,7 +226,7 @@ namespace SqlSugar new ISugarQueryable Having(Expression> expression); ISugarQueryable Having(Expression> expression); ISugarQueryable Having(Expression> expression); - new ISugarQueryable Having(string whereString, object whereObj = null); + new ISugarQueryable Having(string whereString, object parameters = null); #endregion #region Aggr @@ -269,8 +269,8 @@ namespace SqlSugar ISugarQueryable WhereIF(bool isWhere, Expression> expression); ISugarQueryable WhereIF(bool isWhere, Expression> expression); - new ISugarQueryable Where(string whereString, object whereObj = null); - new ISugarQueryable WhereIF(bool isWhere, string whereString, object whereObj = null); + new ISugarQueryable Where(string whereString, object parameters = null); + new ISugarQueryable WhereIF(bool isWhere, string whereString, object parameters = null); #endregion #region Select @@ -300,7 +300,7 @@ namespace SqlSugar ISugarQueryable Having(Expression> expression); ISugarQueryable Having(Expression> expression); ISugarQueryable Having(Expression> expression); - new ISugarQueryable Having(string whereString, object whereObj = null); + new ISugarQueryable Having(string whereString, object parameters = null); #endregion #region Aggr @@ -346,8 +346,8 @@ namespace SqlSugar ISugarQueryable WhereIF(bool isWhere, Expression> expression); ISugarQueryable WhereIF(bool isWhere, Expression> expression); - new ISugarQueryable Where(string whereString, object whereObj = null); - new ISugarQueryable WhereIF(bool isWhere, string whereString, object whereObj = null); + new ISugarQueryable Where(string whereString, object parameters = null); + new ISugarQueryable WhereIF(bool isWhere, string whereString, object parameters = null); #endregion #region Select @@ -423,8 +423,8 @@ namespace SqlSugar ISugarQueryable WhereIF(bool isWhere, Expression> expression); ISugarQueryable WhereIF(bool isWhere, Expression> expression); - new ISugarQueryable Where(string whereString, object whereObj = null); - new ISugarQueryable WhereIF(bool isWhere, string whereString, object whereObj = null); + new ISugarQueryable Where(string whereString, object parameters = null); + new ISugarQueryable WhereIF(bool isWhere, string whereString, object parameters = null); #endregion #region Select @@ -499,8 +499,8 @@ namespace SqlSugar ISugarQueryable WhereIF(bool isWhere, Expression> expression); ISugarQueryable WhereIF(bool isWhere, Expression> expression); - new ISugarQueryable Where(string whereString, object whereObj = null); - new ISugarQueryable WhereIF(bool isWhere, string whereString, object whereObj = null); + new ISugarQueryable Where(string whereString, object parameters = null); + new ISugarQueryable WhereIF(bool isWhere, string whereString, object parameters = null); #endregion #region Select @@ -580,8 +580,8 @@ namespace SqlSugar ISugarQueryable WhereIF(bool isWhere, Expression> expression); ISugarQueryable WhereIF(bool isWhere, Expression> expression); - new ISugarQueryable Where(string whereString, object whereObj = null); - new ISugarQueryable WhereIF(bool isWhere, string whereString, object whereObj = null); + new ISugarQueryable Where(string whereString, object parameters = null); + new ISugarQueryable WhereIF(bool isWhere, string whereString, object parameters = null); #endregion #region Select @@ -668,8 +668,8 @@ namespace SqlSugar ISugarQueryable WhereIF(bool isWhere, Expression> expression); ISugarQueryable WhereIF(bool isWhere, Expression> expression); - new ISugarQueryable Where(string whereString, object whereObj = null); - new ISugarQueryable WhereIF(bool isWhere, string whereString, object whereObj = null); + new ISugarQueryable Where(string whereString, object parameters = null); + new ISugarQueryable WhereIF(bool isWhere, string whereString, object parameters = null); #endregion #region Select @@ -759,8 +759,8 @@ namespace SqlSugar ISugarQueryable WhereIF(bool isWhere, Expression> expression); ISugarQueryable WhereIF(bool isWhere, Expression> expression); - new ISugarQueryable Where(string whereString, object whereObj = null); - new ISugarQueryable WhereIF(bool isWhere, string whereString, object whereObj = null); + new ISugarQueryable Where(string whereString, object parameters = null); + new ISugarQueryable WhereIF(bool isWhere, string whereString, object parameters = null); #endregion #region Select @@ -855,8 +855,8 @@ namespace SqlSugar ISugarQueryable WhereIF(bool isWhere, Expression> expression); ISugarQueryable WhereIF(bool isWhere, Expression> expression); - new ISugarQueryable Where(string whereString, object whereObj = null); - new ISugarQueryable WhereIF(bool isWhere, string whereString, object whereObj = null); + new ISugarQueryable Where(string whereString, object parameters = null); + new ISugarQueryable WhereIF(bool isWhere, string whereString, object parameters = null); #endregion #region Select @@ -956,8 +956,8 @@ namespace SqlSugar ISugarQueryable WhereIF(bool isWhere, Expression> expression); ISugarQueryable WhereIF(bool isWhere, Expression> expression); - new ISugarQueryable Where(string whereString, object whereObj = null); - new ISugarQueryable WhereIF(bool isWhere, string whereString, object whereObj = null); + new ISugarQueryable Where(string whereString, object parameters = null); + new ISugarQueryable WhereIF(bool isWhere, string whereString, object parameters = null); #endregion #region Select