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
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdParameterCollection Class
TdParameterCollection Members