Click or drag to resize

EntityFactoryCore2CreateEntityCollection Method

Creates a new generic EntityCollection(Of T) for the entity to which this factory belongs.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public virtual IEntityCollection2 CreateEntityCollection()

Return Value

Type: IEntityCollection2
ready to use generic EntityCollection(Of T) with this factory set as the factory

Implements

IEntityFactory2CreateEntityCollection
See Also