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