EntityInstantFeedbackSource.AreSourceRowsThreadSafe Property
Specifies whether elements retrieved by the EntityInstantFeedbackSource‘s queryable source are thread-safe.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, if elements retrieved by the queryable source are thread-safe; otherwise, false. |
#Remarks
Set this property according to the type (thread-safe or not) of elements retrieved by a queryable source to be supplied via a EntityInstantFeedbackSource.GetQueryable event handler. You can modify the AreSourceRowsThreadSafe property value within the event handler, via the GetQueryableEventArgs.AreSourceRowsThreadSafe property.
Note
Do not set the Are