Partager via


TeamFoundationTableValueParameter<T>.SetNullableStringAsEmpty, méthode

Définit la valeur d'une colonne spécifique à une chaîne spécifiée.Si la valeur de la chaîne est null, elle est convertie en chaîne vide ; sinon, la chaîne d'entrée est utilisée.

Espace de noms :  Microsoft.TeamFoundation.Framework.Server
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
Public Sub SetNullableStringAsEmpty ( _
    record As SqlDataRecord, _
    ordinal As Integer, _
    value As String _
)
public void SetNullableStringAsEmpty(
    SqlDataRecord record,
    int ordinal,
    string value
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationTableValueParameter<T> Classe

Microsoft.TeamFoundation.Framework.Server, espace de noms