MySqlParameterCollection.IsFixedSize Property

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
Syntax
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

Property Value

Type: Boolean

Implements

IListIsFixedSize
See Also