Click or drag to resize

EntityCollectionBase2TEntity Constructor (IEntityFactory2)

CTor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected EntityCollectionBase2(
	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