SqlInt16 Explicit Conversion (SqlInt16 to Int16)

 

Converts the supplied SqlInt16 structure to a short integer.

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

public:
static explicit operator short (
	SqlInt16 x
)

Parameters

x
Type: System.Data.SqlTypes::SqlInt16

A SqlInt16 structure.

Return Value

Type: System::Int16

A short integer whose value is the Value of the SqlInt16 parameter.

.NET Framework
Available since 1.1
Return to top
Show: