Click or drag to resize
QueryFragmentsAddFragments Method
Adds the fragments specified in the same order to this object

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void AddFragments(
	params Object[] fragments
)

Parameters

fragments
Type: SystemObject
The fragments to add.
See Also