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