SqlInt64.ToSqlString Method

Definition

Converts this SqlInt64 structure to SqlString.

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

Returns

A SqlString representing the value of this SqlInt64.

Applies to

See also