IsReadOnly Property

MySQL Connector/Net

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

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

Syntax

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

Implements

IList..::.IsReadOnly

See Also