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

LinqInstantFeedbackSource Constructors

The data source for the GridControl and SearchLookUpEdit that binds these controls to any queryable source (‘LINQ to SQL Classes’) in Instant Feedback Mode.
Name Parameters Description
LinqInstantFeedbackSource() none Creates a new instance of the LinqInstantFeedbackSource.
LinqInstantFeedbackSource(Action<GetQueryableEventArgs>, Action<GetQueryableEventArgs>) getQueryable, freeQueryable Initializes a new instance of the LinqInstantFeedbackSource with the specified settings.
LinqInstantFeedbackSource(Action<GetQueryableEventArgs>) getQueryable Initializes a new instance of the LinqInstantFeedbackSource with the specified settings.
LinqInstantFeedbackSource(EventHandler<GetQueryableEventArgs>, EventHandler<GetQueryableEventArgs>) getQueryable, freeQueryable Initializes a new instance of the LinqInstantFeedbackSource with the specified settings.
LinqInstantFeedbackSource(EventHandler<GetQueryableEventArgs>) getQueryable Initializes a new instance of the LinqInstantFeedbackSource with the specified settings.
See Also