DbParameterCollection::SyncRoot Property
.NET Framework (current version)
Specifies the Object to be used to synchronize access to the collection.
Assembly: System.Data (in System.Data.dll)
public: [BrowsableAttribute(false)] property Object^ SyncRoot { virtual Object^ get() abstract; }
Property Value
Type: System::Object^A Object to be used to synchronize access to the DbParameterCollection.
Implements
ICollection::SyncRoot
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: