DataParameter.GetIsOptionalImpl, méthode

Récupère une valeur booléenne indiquant si ce paramètre est facultatif.

Espace de noms :  Microsoft.VisualStudio.Data
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
Protected Overridable Function GetIsOptionalImpl As Boolean
protected virtual bool GetIsOptionalImpl()
protected:
virtual bool GetIsOptionalImpl()
abstract GetIsOptionalImpl : unit -> bool 
override GetIsOptionalImpl : unit -> bool 
protected function GetIsOptionalImpl() : boolean

Valeur de retour

Type : System.Boolean
Retourne true si ce paramètre est facultatif ; sinon retourne false.

Notes

Cette méthode est appelée par l'implémentation de la propriété d' IsOptional .

L'implémentation de base de cette méthode retourne true.

Sécurité .NET Framework

Voir aussi

Référence

DataParameter Classe

Microsoft.VisualStudio.Data, espace de noms