SqlInt16 Constructor (Int16)

 

Initializes a new instance of the SqlInt16 structure using the supplied short integer parameter.

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

public:
SqlInt16(
	short value
)

Parameters

value
Type: System::Int16

A short integer.

.NET Framework
Available since 1.1
Return to top
Show: