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.4.0.0 (5.4.0)
Syntaxpublic 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
IEntityFactory2CreateEntityCollection
See Also