| EntityCollectionNonGeneric Constructor (IEntityFactory2) | 
 
            CTor
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic EntityCollectionNonGeneric(
	IEntityFactory2 entityFactoryToUse
)
Public 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