Click or drag to resize

DbSpecificCreatorBaseSetCreatorInDQE Method

Sets this instance as the creator in the DQE. Used in subquery creations, to pass on the creator to a DQE.

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 void SetCreatorInDQE(
	DynamicQueryEngineBase dqe
)

Parameters

dqe
Type: SD.LLBLGen.Pro.ORMSupportClassesDynamicQueryEngineBase
Dqe.
See Also