SqlInt16.ToSqlString Methode

Definition

Konvertiert diese SqlInt16 Struktur in 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

Gibt zurück

A SqlString representing the Value of this instance of SqlInt16.

Gilt für:

Weitere Informationen