IRelationCollectionInsert 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)
Syntaxvoid Insert(
IRelation relationToAdd,
int index
)
Sub Insert (
relationToAdd As IRelation,
index As Integer
)
Parameters
- relationToAdd
- Type: SD.LLBLGen.Pro.ORMSupportClassesIRelation
IRelation instance to add - index
- Type: SystemInt32
Index to add the relation to.
See Also