Field<T>.SetIsNullable(Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indiquez si le champ peut ou non avoir la valeur Null.
public Microsoft.Bot.Builder.FormFlow.Advanced.Field<T> SetIsNullable (bool nullable = true);
member this.SetIsNullable : bool -> Microsoft.Bot.Builder.FormFlow.Advanced.Field<'T (requires 'T : null)>
Public Function SetIsNullable (Optional nullable As Boolean = true) As Field(Of T)
Paramètres
- nullable
- Boolean
True si le champ peut avoir la valeur Null.
Retours
Un Field<T>.