dotConnect for BigCommerce Documentation
Devart.Common Namespace / DbParameterBaseCollection Class / IsSynchronized Property

In This Topic
    IsSynchronized Property
    In This Topic
    Indicates whether access to the collection is synchronized (thread-safe).
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property IsSynchronized As Boolean
    public override bool IsSynchronized {get;}

    Property Value

    true if access to the collection is synchronized (thread-safe); otherwise, false.
    See Also