Click or drag to resize
RelationCollectionInsert Method
Adds the passed in IRelation instance to the list at position index.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void Insert(
	IRelation relationToAdd,
	int index
)

Parameters

relationToAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelation
IRelation instance to add
index
Type: SystemInt32
Index to add the relation to.

Implements

IRelationCollectionInsert(IRelation, Int32)
See Also