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



Teradata.Client.Provider Namespace > TdParameterCollection Class : IsSynchronized Property
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

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

See Also

Reference

TdParameterCollection Class
TdParameterCollection Members