RuntimeConfigurationPrefetchPathConfigMethodsSetUseRootMaxLimitAndSorterInPrefetchPathSubQueriesFlag Method  | 
 
            Sets the PrefetchPath/PrefetchPath2 UseRootMaxLimitAndSorterInPrefetchPathSubQueries default value.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic RuntimeConfigurationPrefetchPathConfigMethods SetUseRootMaxLimitAndSorterInPrefetchPathSubQueriesFlag(
	bool value
)
Public Function SetUseRootMaxLimitAndSorterInPrefetchPathSubQueriesFlag ( 
	value As Boolean
) As RuntimeConfigurationPrefetchPathConfigMethods
Parameters
- value
 - Type: SystemBoolean
 
Return Value
Type: 
RuntimeConfigurationPrefetchPathConfigMethods
See Also