SqlBoolean::False Operator (SqlBoolean)
.NET Framework (current version)
The false operator can be used to test the Value of the SqlBoolean to determine whether it is false.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlBoolean
The SqlBoolean structure to be tested.
Return Value
Type: System::BooleanReturns true if the supplied parameter is SqlBoolean is false, false otherwise.
.NET Framework
Available since 1.1
Available since 1.1
Show: