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

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdParameterCollection Class
TdParameterCollection Members