SqlInt32 Implicit Conversion (SqlInt16 to SqlInt32)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlInt16.ToSqlInt32

Converts the supplied SqlInt16 to SqlInt32.

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

public:
static operator SqlInt32 (
	SqlInt16 x
)

Parameters

x
Type: System.Data.SqlTypes::SqlInt16

A SqlInt16 structure.

Return Value

Type: System.Data.SqlTypes::SqlInt32

A new SqlInt32 structure whose Value property equals the Value property of the SqlInt16 parameter.

.NET Framework
Available since 1.1
Return to top
Show: