Click or drag to resize
CollectionCoreTIEntityCollectionCoreAdd Method
Adds an IEntityCore object to the list.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
void IEntityCollectionCore.Add(
	IEntityCore entityToAdd
)

Parameters

entityToAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
Entity2 to add

Return Value

Type: 
Index in list

Implements

IEntityCollectionCoreAdd(IEntityCore)
See Also