Click or drag to resize

CollectionCoreTIEntityCollectionCoreEntityFactoryToUse Property

The EntityFactory to use when creating entity objects during fetch action or other logic which requires the creation of new entities.

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
IEntityFactoryCore IEntityCollectionCore.EntityFactoryToUse { get; set; }

Property Value

Type: IEntityFactoryCore

Implements

IEntityCollectionCoreEntityFactoryToUse
See Also