Quick Objects Documentation Akal Tech Logo
LoadChildrenOnDemand - Configuration Setting
See Also

Glossary Item Box

LoadChildrenOnDemand is a configuration setting that can be used to allow the business objects to automatically load child object's values when needed. This setting can be combined with AutoCreateJoins to allow business object's to fetch data from all related objects at any level.

 

Configuration Setting:

; LINE-HEIGHT! important; BORDER-BOTTOM: rgb(127,157,185) 1px solid; FONT-FAMILY: Courier New; BACKGROUND-COLOR: white">
  <appSettings> 
    <add key="LoadChildrenOnDemand" value="True"/> 
  </appSettings> 
 


Possible Values:

 

If you like to control what columns are included in the select statement, you can set the visibility of fields on the child object instance.

See Also