[Missing <summary> documentation for "P:DatabaseObjects.SQL.SQLArithmeticExpression.Operator"]
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
| C# |
|---|
public ArithmeticOperator Operator { get; set; } |
| Visual Basic |
|---|
Public Property Operator As ArithmeticOperator Get Set |
| Visual C++ |
|---|
public: property ArithmeticOperator Operator { ArithmeticOperator get (); void set (ArithmeticOperator value); } |