|
| 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.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; } |