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;
}
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also