Click or drag to resize

RelationCollection.Insert 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.12.0.0 (5.12.0)
Syntax
public void Insert(
	IRelation relationToAdd,
	int index
)

Parameters

relationToAdd
Type: SD.LLBLGen.Pro.ORMSupportClasses.IRelation
IRelation instance to add
index
Type: System.Int32
Index to add the relation to.

Implements

IRelationCollection.Insert(IRelation, Int32)
See Also