Telerik OpenAccess ORM

Telerik OpenAccess ORM Send comments on this topic.
oids-in-default-fetch-group
Programmer's Guide > OpenAccess ORM Classic (Old API) > Programming With OpenAccess > Metadata Extension Reference > oids-in-default-fetch-group

Glossary Item Box

If this extension is true then the OIDs (primary keys) of referenced instances are retrieved along with the default fetch group fields. This extension defaults to true as this usually provides better performance for the datastore (it is expensive to query for fields not read during the first select). The oids-in-default-fetch-group extension can be set at the class level.

Copy Code
<class name="Order">
    <extension key="oids-in-default-fetch-group" value="false" />
</class>