SqlParameterCollection::SyncRoot Property

 

Gets an object that can be used to synchronize access to the SqlParameterCollection.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
property Object^ SyncRoot {
	virtual Object^ get() override;
}

Property Value

Type: System::Object^

An object that can be used to synchronize access to the SqlParameterCollection.

.NET Framework
Available since 2.0
Return to top
Show: