SqlInt64 Explicit Conversion (SqlDecimal to SqlInt64)
.NET Framework (current version)
Converts the supplied SqlDecimal parameter to SqlInt64.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlDecimal
The SqlDecimal structure to be converted.
Return Value
Type: System.Data.SqlTypes::SqlInt64A new SqlInt64 structure whose Value is equal to the integer part of the SqlDecimal parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: