ODataInstantFeedbackSource.AreSourceRowsThreadSafe Property
Specifies whether elements retrieved by the ODataInstantFeedbackSource‘s queryable source are thread-safe.
Namespace: DevExpress.Data.ODataLinq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Boolean | 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 ODataInstantFeedbackSource.GetSource event handler. You can modify the AreSourceRowsThreadSafe property value within the event handler via the GetSourceEventArgs.AreSourceRowsThreadSafe property.
Note
Do not set the AreSourceRowsThreadSafe property to true for queryable sources that may retrieve non-thread-safe elements.