SqlInt64 Implicit Conversion (Int64 to SqlInt64)
.NET Framework (current version)
Converts the long parameter to SqlInt64.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System::Int64
A long integer value.
Return Value
Type: System.Data.SqlTypes::SqlInt64A new SqlInt64 structure whose Value equals the value of the long parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: