SqlByte.ToSqlString Metod

Definition

Konverterar den här instansen av SqlByte till 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

Returer

En SqlString som innehåller strängrepresentationen av SqlByte strukturens Value.

Gäller för

Se även