GetQueryableEventArgs Properties
Provides data for the LinqInstantFeedbackSource.GetQueryable and LinqInstantFeedbackSource.DismissQueryable events.Name | Description |
---|---|
AreSourceRowsThreadSafe | Specifies whether elements retrieved by the LinqInstantFeedbackSource‘s queryable source are thread-safe. |
KeyExpression | Gets or sets the name of the key property. |
QueryableSource | Gets or sets the queryable data source. |
Tag | Gets or sets an arbitrary object associated with a queryable source. |
See Also