SqlMoney Implicit Conversion (SqlInt32 to SqlMoney)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlInt32.ToSqlMoney

This implicit operator converts the supplied SqlInt32 parameter to SqlMoney.

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

public:
static operator SqlMoney (
	SqlInt32 x
)

Parameters

x
Type: System.Data.SqlTypes::SqlInt32

The SqlInt32 structure to be converted.

Return Value

Type: System.Data.SqlTypes::SqlMoney

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

.NET Framework
Available since 1.1
Return to top
Show: