DataParameter.IsOptional Propriété

Définition

Obtient une valeur booléenne indiquant si le paramètre actuel est facultatif, à condition qu’il soit dérivé.

public:
 property bool IsOptional { bool get(); };
public bool IsOptional { get; }
member this.IsOptional : bool
Public ReadOnly Property IsOptional As Boolean

Valeur de propriété

Boolean

true si ce paramètre est facultatif ; Sinon, false.

Implémente

Exceptions

Le paramètre n’est pas dérivé.

S’applique à