SqlInt16.ToSqlString Méthode

Définition

Convertit cette structure SqlInt16 en 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

Retours

SqlString représentant la Value de cette instance de SqlInt16.

S’applique à

Voir aussi