







|
| MySQL Connector/Net |
| MySqlParameterCollection..::.IsFixedSize Property |
| MySqlParameterCollection Class See Also Send Feedback |
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.2.2.0
Syntax
| C# |
|---|
public override bool IsFixedSize { get; } |
| Visual Basic (Declaration) |
|---|
Public Overrides ReadOnly Property IsFixedSize As Boolean |
| Visual C++ |
|---|
public: virtual property bool IsFixedSize { bool get () override; } |
