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.11.0.0 (5.11.23.1114)
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