mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-02 20:02:47 +08:00
-
This commit is contained in:
parent
c274ebe27c
commit
d3dc965a32
Binary file not shown.
@ -11,6 +11,10 @@ namespace SqlSugar
|
||||
{
|
||||
public ResolveExpressType Type { get; set; }
|
||||
public Expression Expression { get; set; }
|
||||
public virtual string GetaMppingColumnsName(string name)
|
||||
{
|
||||
return name;
|
||||
}
|
||||
public bool IsSingle { get { return this.Type == ResolveExpressType.Single; } }
|
||||
|
||||
public ExpressionContext(Expression expression, ResolveExpressType type)
|
||||
@ -26,8 +30,6 @@ namespace SqlSugar
|
||||
return resolve.SqlWhere;
|
||||
}
|
||||
|
||||
public string GetSelect() { return ""; }
|
||||
|
||||
public List<SugarParameter> Parameters
|
||||
{
|
||||
get
|
||||
|
Loading…
Reference in New Issue
Block a user