Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public void AddFragment(
	Object fragment
)

Parameters

fragment
Type: SystemObject
The fragment.

Return Value

Type: 
the fragment added
See Also