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

EFFiltersCollection.IsSynchronized Property

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

Namespace: DevExpress.DataAccess.EntityFramework

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