Skip to main content

EFFiltersCollection.IsSynchronized Property

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

Namespace: DevExpress.DataAccess.EntityFramework

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