DbParameterCollection.IsSynchronized Property
Definition
Specifies whether the collection is synchronized.
public:
virtual property bool IsSynchronized { bool get(); };
public:
abstract property bool IsSynchronized { bool get(); };
public virtual bool IsSynchronized { get; }
[System.ComponentModel.Browsable(false)]
public virtual bool IsSynchronized { get; }
[System.ComponentModel.Browsable(false)]
public abstract bool IsSynchronized { get; }
member this.IsSynchronized : bool
[<System.ComponentModel.Browsable(false)>]
member this.IsSynchronized : bool
Public Overridable ReadOnly Property IsSynchronized As Boolean
Public MustOverride ReadOnly Property IsSynchronized As Boolean
Property Value
true
if the collection is synchronized; otherwise false
.
Implements
- Attributes