QueryFragmentsInsertFragment Method |
Inserts the fragment at the specified index.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntax public void InsertFragment(
Object fragment,
int indexToInsertAt
)
Public Sub InsertFragment (
fragment As Object,
indexToInsertAt As Integer
)
Parameters
- fragment
- Type: SystemObject
- indexToInsertAt
- Type: SystemInt32
See Also