DbParameterCollection.IsFixedSize Propriété
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.
Spécifie si la collection est une taille fixe.
public:
abstract property bool IsFixedSize { bool get(); };
public:
virtual property bool IsFixedSize { bool get(); };
[System.ComponentModel.Browsable(false)]
public abstract bool IsFixedSize { get; }
[System.ComponentModel.Browsable(false)]
public virtual bool IsFixedSize { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsFixedSize : bool
Public MustOverride ReadOnly Property IsFixedSize As Boolean
Public Overridable ReadOnly Property IsFixedSize As Boolean
Valeur de propriété
true si la collection est d’une taille fixe ; sinon false.
Implémente
- Attributs