SqlMoney Explicit Conversion (SqlDecimal to SqlMoney)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlDecimal.ToSqlMoney

This operator converts the supplied SqlDecimal parameter to SqlMoney.

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

public:
static explicit operator SqlMoney (
	SqlDecimal x
)

Parameters

x
Type: System.Data.SqlTypes::SqlDecimal

The SqlDecimal structure to be converted.

Return Value

Type: System.Data.SqlTypes::SqlMoney

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

.NET Framework
Available since 1.1
Return to top
Show: