Send feedback on this topic.
Teradata.Client.Provider
IsFixedSize Property (TdParameterCollection)



Teradata.Client.Provider Namespace > TdParameterCollection Class : IsFixedSize Property
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;
}
Remarks
TdParameterCollection implements System.Collections.IList interface. Therefore it supports the following property but always returns false.
Requirements
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdParameterCollection Class
TdParameterCollection Members