SqlInt16.ToSqlDouble Method

Definition

Converts this SqlInt16 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

Returns

A new SqlDouble structure whose Value equals the value of this SqlInt16 structure.

Applies to

See also