Send feedback on this topic.
Teradata.Client.Provider
IsReadOnly Property



Teradata.Client.Provider Namespace > TdParameterCollection Class : IsReadOnly Property
Indicates whether the TdParameterCollection is read-only. Always returns false
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property IsReadOnly As Boolean
'Usage
 
Dim instance As TdParameterCollection
Dim value As Boolean
 
value = instance.IsReadOnly
public override bool IsReadOnly {get;}
public:
property bool IsReadOnly {
   bool get() override;
}
Remarks
TdParameterCollection implements the System.Collections.IList interface. Therefore it supports the following property. It always returns false.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdParameterCollection Class
TdParameterCollection Members