MySqlParameterCollection.IsFixedSize Property
From MySQL Connector/Net
MySQL Connector/Net
| MySqlParameterCollectionIsFixedSize Property |
Gets a value that indicates whether the MySqlParameterCollection
has a fixed size.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
public override bool IsFixedSize { get; }
Public Overrides ReadOnly Property IsFixedSize As Boolean Get
public: virtual property bool IsFixedSize { bool get () override; }
abstract IsFixedSize : bool with get override IsFixedSize : bool with get