Click or drag to resize

DataAccessAdapterCorePostProcessNewDynamicQueryEngine Method

Post-processes a new dynamic query engine object, which is passed in.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected DynamicQueryEngineBase PostProcessNewDynamicQueryEngine(
	DynamicQueryEngineBase toProcess
)

Parameters

toProcess
Type: SD.LLBLGen.Pro.ORMSupportClassesDynamicQueryEngineBase
To process.

Return Value

Type: DynamicQueryEngineBase
the dqe passed in, post-processed and ready to be used.
Remarks
This method is called from the generated DataAccessAdapter
See Also