SqlMoney Explicit Conversion (SqlBoolean to SqlMoney)
.NET Framework (current version)
This implicit operator converts the supplied SqlBoolean parameter to SqlMoney.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlBoolean
The SqlBoolean structure to be converted.
Return Value
Type: System.Data.SqlTypes::SqlMoneyA new SqlMoney structure whose Value property equals the ByteValue property of the SqlBoolean parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: