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

On this page
    IsSynchronized Property (DbParameterBaseCollection)
    On this page
    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