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.1.0.0 (5.1.0)
Syntax public virtual IEntityCollection2 CreateEntityCollection()
Public Overridable Function CreateEntityCollection As IEntityCollection2
Return Value
Type:
IEntityCollection2ready to use generic EntityCollection(Of T) with this factory set as the factory
Implements
IEntityFactory2CreateEntityCollectionSee Also