SqlDouble.ToSqlDecimal Metodo

Definizione

Converte questa struttura SqlDouble in SqlDecimal.

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

Restituisce

Nuova struttura SqlDecimal il cui valore convertito è uguale al valore arrotondato della struttura SqlDouble.

Si applica a

Vedi anche