|
| MySQL Connector/Net |
| MySqlParameterCollection..::..IsSynchronized Property |
| MySqlParameterCollection Class See Also Send Feedback |
|
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; } |