Click or drag to resize
LLBLGenProProviderBaseCopyCachingParameters Method
Copies the caching parameters of the parent query into the nested query so the nested query will also have its resultset cached.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected static void CopyCachingParameters(
	QueryExpression parentQuery,
	QueryExpression nestedQuery
)

Parameters

parentQuery
Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesQueryExpression
The parent query.
nestedQuery
Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesQueryExpression
The nested query.
See Also