SqlByte Explicit Conversion (SqlInt32 to SqlByte)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlInt32.ToSqlByte

Converts the supplied SqlInt32 to SqlByte.

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

public:
static explicit operator SqlByte (
	SqlInt32 x
)

Parameters

x
Type: System.Data.SqlTypes::SqlInt32

A SqlInt32 structure.

Return Value

Type: System.Data.SqlTypes::SqlByte

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

.NET Framework
Available since 1.1
Return to top
Show: