GetSourceEventArgs Properties
Provides data for the ODataInstantFeedbackSource.GetSource and ODataInstantFeedbackSource.DismissSource events.| Name | Description |
|---|---|
| AreSourceRowsThreadSafe | Specifies whether elements retrieved by the ODataInstantFeedbackSource‘s queryable source are thread-safe. |
| Extender | This property is intended for internal use. |
| KeyExpressions | Gets or sets the name of the key property. |
| Properties | |
| Query | Specifies the query request to the OData service. |
| Tag | Gets or sets an arbitrary object associated with a queryable source. |
See Also