TdParameterCollection
implements the System.Collections.ICollection
interface. Therefore it supports the following property. However, it is only exposed when TdParameterCollection
is cast to ICollection. It always returns false
.
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property IsSynchronized As Boolean
'Usage
Dim instance As TdParameterCollection
Dim value As Boolean
value = instance.IsSynchronized
public override bool IsSynchronized {get;}
public:
property bool IsSynchronized {
bool get() override;
}
Property Value
Indicates whether access to TdParameterCollection is synchronized. Always
false
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also