SqlByte.ToSqlSingle Method

Definition

Converts this SqlByte 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 SqlSingle structure that has the same Value as this SqlByte structure.

Applies to

See also