EntityFactoryCore2IEntityFactoryCoreCreateEntityCollection Method  | 
 
            Creates a new IEntityCollectionCore implementing collection 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)
SyntaxIEntityCollectionCore IEntityFactoryCore.CreateEntityCollection()
Private Function CreateEntityCollection As IEntityCollectionCore
	Implements IEntityFactoryCore.CreateEntityCollection
Return Value
Type: 
IEntityCollectionCoreready to use collection with this factory set as the factory
Implements
IEntityFactoryCoreCreateEntityCollection
See Also