Click or drag to resize
EntityCollectionNonGeneric Constructor (IEntityFactory2)
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
public EntityCollectionNonGeneric(
	IEntityFactory2 entityFactoryToUse
)

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