SqlMoney Explicit Conversion (SqlDouble to SqlMoney)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlDouble.ToSqlMoney

This operator converts the supplied SqlDouble parameter to SqlMoney.

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

public:
static explicit operator SqlMoney (
	SqlDouble x
)

Parameters

x
Type: System.Data.SqlTypes::SqlDouble

The SqlDouble structure to be converted.

Return Value

Type: System.Data.SqlTypes::SqlMoney

A new SqlMoney structure whose Value property equals the Value of the SqlDouble parameter.

.NET Framework
Available since 1.1
Return to top
Show: