SqlBinaryScalarOperatorType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum SqlBinaryScalarOperatorType
type SqlBinaryScalarOperatorType =
Public Enum SqlBinaryScalarOperatorType
- Inheritance
-
SqlBinaryScalarOperatorType
Fields
| Add | 1 | |
| Assign | 2 | |
| BitwiseAnd | 3 | |
| BitwiseOr | 4 | |
| BitwiseXor | 5 | |
| Divide | 6 | |
| Equals | 7 | |
| GreaterThan | 8 | |
| GreaterThanOrEqual | 9 | |
| LessThan | 10 | |
| LessThanOrEqual | 11 | |
| Modulus | 12 | |
| Multiply | 13 | |
| None | 0 | |
| NotEqualTo | 15 | |
| NotGreaterThan | 16 | |
| NotLessThan | 17 | |
| Subtract | 14 |