SqlInt32 Constructor (Int32)

 

Initializes a new instance of the SqlInt32 structure using the supplied integer value.

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

public:
SqlInt32(
	int value
)

Parameters

value
Type: System::Int32

The integer to be converted.

.NET Framework
Available since 1.1
Return to top
Show: