Telerik OpenAccess ORM

Telerik OpenAccess ORM Send comments on this topic.
Defining FetchPlans
Programmer's Guide > Feature Reference > API > Context API > Defining FetchPlans

Glossary Item Box

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. OpenAccess ORM 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.