Skip to main content

QueryNodeCollection.IsSynchronized Property

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

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v22.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public bool IsSynchronized { get; }

Property Value

Type Description
Boolean

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

See Also