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.12.0.0 (5.12.0)
Syntaxpublic void AddFragments(
	params Object[] fragments
)
Public Sub AddFragments ( 
	ParamArray fragments As Object()
)
Parameters
- fragments
 - Type: SystemObject
The fragments to add. 
See Also