SqlInt16 Implicit Conversion (Int16 to SqlInt16)
.NET Framework (current version)
Converts the supplied short integer to SqlInt16.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System::Int16
A short integer value.
Return Value
Type: System.Data.SqlTypes::SqlInt16A SqlInt16 structure with the same value as the specified short integer.
.NET Framework
Available since 1.1
Available since 1.1
Show: