SqlBoolean::True Operator (SqlBoolean)
.NET Framework (current version)
The true operator can be used to test the Value of the SqlBoolean to determine whether it is true.
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 true, false otherwise.
.NET Framework
Available since 1.1
Available since 1.1
Show: