Skip to main content
A newer version of this page is available. .

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