Click or drag to resize

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
)

Parameters

fragment
Type: SystemObject
indexToInsertAt
Type: SystemInt32
See Also