Click or drag to resize

QueryFragments.AddFragment 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.4.0.0 (5.4.0)
Syntax
public void AddFragment(
	Object fragment
)

Parameters

fragment
Type: System.Object
The fragment.

Return Value

Type: 
the fragment added
See Also