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