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.5.0.0 (5.5.18.1019)
Syntax
public void AddFragment(
	Object fragment
)

Parameters

fragment
Type: SystemObject
The fragment.

Return Value

Type: 
the fragment added
See Also