Skip to main content
A newer version of this page is available. .

QueryNodeCollection.IsSynchronized Property

Indicates whether access to the QueryNodeCollection is synchronized (thread safe).

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public bool IsSynchronized { get; }

Property Value

Type Description
Boolean

True, if access to the collection is synchronized (thread safe); otherwise, false.

See Also