Click or drag to resize
QueryFragmentsAddExistingQueryFragments Method
Adds the existing query fragments specified to this query fragments

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public void AddExistingQueryFragments(
	QueryFragments toAdd
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryFragments
To add.
See Also