EntityCollectionBaseTEntity Constructor (IEntityFactory) |
CTor
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax protected 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