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
Property Value
Type | Description |
---|---|
Boolean | true, if access to the collection is synchronized (thread safe); otherwise, false. |
See Also