DbParameterCollection.IsSynchronized Vlastnost

Definice

Určuje, jestli je kolekce synchronizovaná.

public:
 virtual property bool IsSynchronized { bool get(); };
public:
 abstract property bool IsSynchronized { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsSynchronized { get; }
[System.ComponentModel.Browsable(false)]
public abstract bool IsSynchronized { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsSynchronized : bool
Public Overridable ReadOnly Property IsSynchronized As Boolean
Public MustOverride ReadOnly Property IsSynchronized As Boolean

Hodnota vlastnosti

true pokud je kolekce synchronizována; jinak false.

Implementuje

Atributy

Platí pro

Viz také