SqlBoolean::GreaterThan Operator (SqlBoolean, SqlBoolean)
.NET Framework (current version)
Compares two SqlBoolean structures to determine whether the first is greater than the second.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlBoolean
A SqlBoolean object.
- y
-
Type:
System.Data.SqlTypes::SqlBoolean
A SqlBoolean object.
Return Value
Type: System.Data.SqlTypes::SqlBooleanA SqlBoolean that is true if the first instance is greater than the second instance; otherwise, false.
If either instance of x or y is null, the value of the SqlBoolean will be null.
.NET Framework
Available since 2.0
Available since 2.0
Show: