SyncRoot Property

MySQL Connector/Net

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

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public override Object SyncRoot { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property SyncRoot As Object
Visual C++
public:
virtual property Object^ SyncRoot {
	Object^ get () override;
}

Implements

ICollection..::.SyncRoot

See Also