sunkaixuan
8 years ago
20 changed files with 41 additions and 30 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,15 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Linq.Expressions; |
|||
using System.Text; |
|||
using System.Threading.Tasks; |
|||
namespace SqlSugar |
|||
{ |
|||
public class BinaryExpressionInfo |
|||
{ |
|||
public bool IsLeft { get; set; } |
|||
ExpressionType ExpressionType { get;set;} |
|||
public object Value { get; set; } |
|||
} |
|||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue