EntityFactoryCache2GetEntityFactory Method (Type) | 
 
            Gets the entity factory instance to use for the type passed in. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic static IEntityFactory2 GetEntityFactory(
	Type factoryType
)
Public Shared Function GetEntityFactory ( 
	factoryType As Type
) As IEntityFactory2
Parameters
- factoryType
 - Type: SystemType
Type of the factory. 
Return Value
Type: 
IEntityFactory2
See Also