IsReadOnly Property

MySQL Connector.Net

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

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

Syntax

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

Implements

IList..::..IsReadOnly

See Also