Click or drag to resize

IEntityFactory2CreateEntityCollection 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
IEntityCollection2 CreateEntityCollection()

Return Value

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