RuntimeConfiguration.PrefetchPathConfigMethods.SetUseRootMaxLimitAndSorterInPrefetchPathSubQueriesFlag 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.4.0.0 (5.4.0)
Syntaxpublic RuntimeConfiguration.PrefetchPathConfigMethods SetUseRootMaxLimitAndSorterInPrefetchPathSubQueriesFlag(
bool value
)
Public Function SetUseRootMaxLimitAndSorterInPrefetchPathSubQueriesFlag (
value As Boolean
) As RuntimeConfiguration.PrefetchPathConfigMethods
Parameters
- value
- Type: System.Boolean
Return Value
Type:
RuntimeConfiguration.PrefetchPathConfigMethods
See Also