Property Operators
SQL Server 2012
The Property type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equality | Determines whether two objects are equal by performing an equality operation on two Property objects. |
|
GreaterThan | Determines whether one object is greater than another object by performing an greater than operation on two Property objects. |
|
Inequality | Determines whether two objects are unequal by performing an inequality operation on two Property objects. |
|
LessThan | Determines whether one object is less than another object by performing an less than operation on two Property objects. |
