SqlInt16 Implicit Conversion (SqlByte to SqlInt16)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlByte.ToSqlInt16

Converts the supplied SqlByte structure to SqlInt16.

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

public:
static operator SqlInt16 (
	SqlByte x
)

Parameters

x
Type: System.Data.SqlTypes::SqlByte

A SqlByte structure.

Return Value

Type: System.Data.SqlTypes::SqlInt16

A new SqlInt16 structure whose Value property is equal to the Value property of the SqlByte parameter.

.NET Framework
Available since 1.1
Return to top
Show: