DbParameterCollection.IsSynchronized Eigenschaft

Definition

Gibt an, ob die Auflistung synchronisiert wird.

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

Eigenschaftswert

true, wenn die Auflistung synchronisiert wird, andernfalls false.

Implementiert

Attribute

Gilt für:

Weitere Informationen