Click or drag to resize
EntityCollectionBaseTEntity Constructor (IEntityFactory)
CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected EntityCollectionBase(
	IEntityFactory entityFactoryToUse
)

Parameters

entityFactoryToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFactory
The EntityFactory to use when creating entity objects during a GetMulti() call.
See Also