MySqlParameterCollection.IsReadOnly Property

MySQL Connector/Net

MySqlParameterCollectionIsReadOnly Property
Gets a value that indicates whether the MySqlParameterCollection is read-only.

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

Property Value

Type: Boolean

Implements

IListIsReadOnly
See Also