SqlDouble Implicit Conversion (SqlByte to SqlDouble)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlByte.ToSqlDouble

Converts the supplied SqlByte parameter to SqlDouble.

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

public:
static operator SqlDouble (
	SqlByte x
)

Parameters

x
Type: System.Data.SqlTypes::SqlByte

A SqlDouble structure.

Return Value

Type: System.Data.SqlTypes::SqlDouble

A SqlDouble structure whose Value is equal to the Value of the SqlByte parameter. If the SqlByte is Null, the SqlDouble structure will be Null.

.NET Framework
Available since 1.1
Return to top
Show: