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.6.0.0 (5.6.19.0117)
Syntax public void AddFragment(
Object fragment
)
Public Sub AddFragment (
fragment As Object
)
Parameters
- fragment
- Type: SystemObject
The fragment.
Return Value
Type:
the fragment added
See Also