SqlDecimal.ToSqlDouble Método
Definição
Converte esta estrutura SqlDecimal em SqlDouble.Converts this SqlDecimal structure to SqlDouble.
public:
System::Data::SqlTypes::SqlDouble ToSqlDouble();
public System.Data.SqlTypes.SqlDouble ToSqlDouble ();
member this.ToSqlDouble : unit -> System.Data.SqlTypes.SqlDouble
Public Function ToSqlDouble () As SqlDouble
Retornos
Uma estrutura SqlDouble com o mesmo valor que esta instância de SqlDecimal.A SqlDouble structure with the same value as this instance of SqlDecimal.