IsSynchronized Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets a value that indicates whether the MySqlParameterCollection is synchronized.

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

Syntax

C#
public override bool IsSynchronized { get; }
Visual Basic
Public Overrides ReadOnly Property IsSynchronized As Boolean
	Get
Visual C++
public:
virtual property bool IsSynchronized {
	bool get () override;
}

Implements

ICollection..::..IsSynchronized

See Also