MySqlParameterCollection.IsSynchronized Property

MySQL Connector/Net

MySqlParameterCollectionIsSynchronized Property
Gets a value that indicates whether the MySqlParameterCollection is synchronized.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public override bool IsSynchronized { get; }
Public Overrides ReadOnly Property IsSynchronized As Boolean
	Get
public:
virtual property bool IsSynchronized {
	bool get () override;
}
abstract IsSynchronized : bool with get
override IsSynchronized : bool with get

Property Value

Type: Boolean

Implements

ICollectionIsSynchronized
See Also