Back to Devexpress

EntityInstantFeedbackSource Constructors

corelibraries-devexpress-dot-data-dot-linq-dot-entityinstantfeedbacksource-dot-ctor.md

latest2.6 KB
Original Source

EntityInstantFeedbackSource Constructors

The data source for the GridControl and SearchLookUpEdit that binds these controls to Entity Framework 4+ model classes in Instant Feedback Mode.

NameParametersDescription
EntityInstantFeedbackSource()noneInitializes a new instance of the EntityInstantFeedbackSource class.
EntityInstantFeedbackSource(Action<GetQueryableEventArgs>, Action<GetQueryableEventArgs>)getQueryable, freeQueryableInitializes a new instance of the EntityInstantFeedbackSource with the specified settings.
EntityInstantFeedbackSource(Action<GetQueryableEventArgs>)getQueryableInitializes a new instance of the EntityInstantFeedbackSource with the specified settings.
EntityInstantFeedbackSource(EventHandler<GetQueryableEventArgs>, EventHandler<GetQueryableEventArgs>)getQueryable, freeQueryableInitializes a new instance of the EntityInstantFeedbackSource with the specified settings.
EntityInstantFeedbackSource(EventHandler<GetQueryableEventArgs>)getQueryableInitializes a new instance of the EntityInstantFeedbackSource with the specified settings.

See Also

EntityInstantFeedbackSource Class

EntityInstantFeedbackSource Members

DevExpress.Data.Linq Namespace