Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

How to Bind to IQueryable

This topic presents an example that demonstrates how to use virtual sources to bind to IQueryable.

#Remarks

The How to Use Virtual Sources and How to Bind to a Custom Service with Restrictions tutorials demonstrate how to bind to a custom service. This tutorials require writing specific code to make requests to the service.

If you bind to a data source directly, you have an IQueryable object. You can write common code to bind virtual sources to different IQueryable’s implementations. This example shows how to bind to the EntityFramework 6.