QueryFragmentsAddFragment Method  | 
 
            Adds the fragment specified to this object
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic void AddFragment(
	Object fragment
)
Public Sub AddFragment ( 
	fragment As Object
)
Parameters
- fragment
 - Type: SystemObject
The fragment. 
Return Value
Type: 
the fragment added
See Also