RDMSWhere.OperatorType Enum
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 class RDMSWhere::OperatorType
C#
public enum RDMSWhere.OperatorType
type RDMSWhere.OperatorType =
Public Enum RDMSWhere.OperatorType
- Inheritance
-
RDMSWhere.OperatorType
Name | Value | Description |
---|---|---|
And | 0 | |
Or | 1 | |
Equal | 2 | |
NotEqual | 3 | |
Greater | 4 | |
GreaterOrEqual | 5 | |
Less | 6 | |
LessOrEqual | 7 |
Izdelek | Različice |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |