SqlInt16 Implicit Conversion (Int16 to SqlInt16)

 

Converts the supplied short integer to SqlInt16.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
static operator SqlInt16 (
	short x
)

Parameters

x
Type: System::Int16

A short integer value.

Return Value

Type: System.Data.SqlTypes::SqlInt16

A SqlInt16 structure with the same value as the specified short integer.

.NET Framework
Available since 1.1
Return to top
Show: