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