EFFiltersCollection.IsSynchronized Property
In This Article
Indicates whether access to the EFFiltersCollection is synchronized (thread safe).
Namespace: DevExpress.DataAccess.EntityFramework
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if access to the collection is synchronized (thread safe); otherwise, false. |
See Also