| IEntityCollectionEntityFactoryToUse Property  | 
 
            The EntityFactory to use when creating entity objects during a GetMulti() call 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.3.0.0 (5.3.0)
SyntaxIEntityFactory EntityFactoryToUse { get; set; }Property EntityFactoryToUse As IEntityFactory
	Get
	Set
Property Value
Type: 
IEntityFactory
See Also