SqlDecimal Implicit Conversion (SqlByte to SqlDecimal)
.NET Framework (current version)
Converts the supplied SqlByte structure to SqlDecimal.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlByte
The SqlByte structure to be converted.
Return Value
Type: System.Data.SqlTypes::SqlDecimalA new SqlDecimal structure whose Value property equals the Value property of the SqlByte parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: