Data Access has been discontinued. Please refer to this page for more information.

Defining FetchPlans

This article is relevant to entity models that utilize the deprecated Visual Studio integration of Telerik Data Access. The current documentation of the Data Access framework is available here.

FetchPlans allow you to load references and fields in addition to what needs to be loaded by a single operation with the goal to eliminate the additional round-trips to the database server. Telerik Data Access allows you to define FetchPlans either per context or per query. In order to define fetch plans per context, you need to use the FetchStrategy property. For more information, please refer to FetchPlans API.