EntityCollectionBase2TEntity Constructor (IEntityFactory2) | 
 
            CTor
            
 
    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)
Syntaxprotected EntityCollectionBase2(
	IEntityFactory2 entityFactoryToUse
)
Protected Sub New ( 
	entityFactoryToUse As IEntityFactory2
)
Parameters
- entityFactoryToUse
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFactory2
The entity factory object to use when this collection has to construct new objects.
            This is the case when the collection is bound to a grid-like control for example. 
See Also