Gets a value indicating whether TdParameterCollection has a fixed size.
This should always return false.
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property IsFixedSize As Boolean
'Usage
Dim instance As TdParameterCollection
Dim value As Boolean
value = instance.IsFixedSize
public override bool IsFixedSize {get;}
public:
property bool IsFixedSize {
bool get() override;
}
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also