IsFixedSize Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
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.8.4.0

Syntax

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

Implements

IList..::..IsFixedSize

See Also