SqlSingle Implicit Conversion (SqlDecimal to SqlSingle)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlDecimal.ToSqlSingle

Converts the supplied SqlDecimal parameter to SqlSingle.

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

public:
static operator SqlSingle (
	SqlDecimal x
)

Parameters

x
Type: System.Data.SqlTypes::SqlDecimal

The SqlDecimal structure to be converted.

Return Value

Type: System.Data.SqlTypes::SqlSingle

A new SqlSingle structure whose Value is equal to the Value of the SqlDecimal parameter.

.NET Framework
Available since 1.1
Return to top
Show: