SqlByte.ToSqlInt64 Method

Definition

Converts this SqlByte structure to SqlInt64.

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

Returns

A SqlInt64 structure who Value equals the Value of this SqlByte.

Applies to

See also