IEntityCollectionAdd Method (IEntity) |
Adds an IEntity object to the list.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxint Add(
IEntity entityToAdd
)
Function Add (
entityToAdd As IEntity
) As Integer
Parameters
- entityToAdd
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
Entity to add
Return Value
Type:
Int32Index in list
See Also