SqlInt32 Explicit Conversion (SqlInt32 to Int32)

 

Converts the supplied SqlInt32 structure to an integer.

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

public:
static explicit operator int (
	SqlInt32 x
)

Parameters

x
Type: System.Data.SqlTypes::SqlInt32

A SqlInt32 structure.

Return Value

Type: System::Int32

The converted integer value.

.NET Framework
Available since 1.1
Return to top
Show: