SqlMoney.ToSqlSingle Method

Definition

Converts this SqlMoney structure to SqlSingle.

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

Returns

A new SqlSingle equal to the value of this SqlMoney.

Applies to

See also