| EntityCollectionBaseTEntity Constructor (IEntityFactory) | 
 
            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)
Syntaxprotected EntityCollectionBase(
	IEntityFactory entityFactoryToUse
)
Protected Sub New ( 
	entityFactoryToUse As IEntityFactory
)
Parameters
- entityFactoryToUse
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFactory
The EntityFactory to use when creating entity objects during a GetMulti() call. 
See Also