SqlBoolean Explicit Conversion (SqlInt32 to SqlBoolean)
.NET Framework (current version)
Converts the SqlInt32 parameter to a SqlBoolean structure.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlInt32
A SqlInt32 to be converted to a SqlBoolean structure.
Return Value
Type: System.Data.SqlTypes::SqlBooleanA new SqlBoolean structure whose value equals the Value property of the SqlInt32 parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: