EntityInstantFeedbackSource(Action<GetQueryableEventArgs>) Constructor
Initializes a new instance of the EntityInstantFeedbackSource with the specified settings.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
getQueryable | Action<GetQueryableEventArgs> | An Action<GetQueryableEventArgs> delegate, which is a method that will handle the EntityInstantFeedbackSource.GetQueryable event. The specified delegate is attached to this event. |
See Also