SqlMoney Implicit Conversion (Int64 to SqlMoney)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlByte.ToSqlMoney

This implicit operator converts the supplied Int64 parameter to SqlMoney.

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

public:
static operator SqlMoney (
	long long x
)

Parameters

x
Type: System::Int64

The Int64 structure to be converted.

Return Value

Type: System.Data.SqlTypes::SqlMoney

A new SqlMoney structure whose Value property is equal to the value of the Int64 parameter.

.NET Framework
Available since 2.0
Return to top
Show: