SqlBoolean::LessThan Method (SqlBoolean, SqlBoolean)
.NET Framework (current version)
Compares two instances of SqlBoolean to determine whether the first is less than the second.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlBoolean
A SqlBoolean structure.
- y
-
Type:
System.Data.SqlTypes::SqlBoolean
A SqlBoolean structure.
Return Value
Type: System.Data.SqlTypes::SqlBooleanA SqlBoolean that is true if the first instance is less 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: