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.10.0.0 (5.10.0)
SyntaxIEntityCollection2 CreateEntityCollection()
Function CreateEntityCollection As IEntityCollection2
Return Value
Type: 
IEntityCollection2ready to use generic EntityCollection(Of T) with this factory set as the factory
See Also