Table of Contents

ArithmeticView 类

命名空间
ShadowSql.Arithmetic
程序集
ShadowSql.Core.dll

计算视图

public class ArithmeticView : ICompareView, IOrderAsc, IOrderView, ISqlEntity
继承
object
ArithmeticView
实现
扩展方法

构造函数

ArithmeticView(ICompareView, ArithmeticSymbol, ICompareView)

计算视图

public ArithmeticView(ICompareView left, ArithmeticSymbol op, ICompareView right)

参数

left ICompareView

op ArithmeticSymbol

操作

right ICompareView

属性

Left

public ICompareView Left { get; }

属性值

ICompareView

Op

操作符

public ArithmeticSymbol Op { get; }

属性值

ArithmeticSymbol

Right

public ICompareView Right { get; }

属性值

ICompareView