SqlDouble.ToSqlMoney Method

Definition

Converts this SqlDouble structure to SqlMoney.

public:
 System::Data::SqlTypes::SqlMoney ToSqlMoney();
public System.Data.SqlTypes.SqlMoney ToSqlMoney ();
member this.ToSqlMoney : unit -> System.Data.SqlTypes.SqlMoney
Public Function ToSqlMoney () As SqlMoney

Returns

A new SqlMoney structure whose Value is equal to the value of this SqlDouble.

Applies to

See also