QueryFragmentsAddFragments Method |
Adds the fragments specified in the same order 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 AddFragments(
params Object[] fragments
)
Public Sub AddFragments (
ParamArray fragments As Object()
)
Parameters
- fragments
- Type: SystemObject
The fragments to add.
See Also