| ElementCreatorBaseIElementCreatorCoreGetFactory Method (Int32) | 
 
            Gets the factory of the Entity type with the EntityType value passed in
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
SyntaxIEntityFactoryCore IElementCreatorCore.GetFactory(
	int entityTypeValue
)
Private Function GetFactory ( 
	entityTypeValue As Integer
) As IEntityFactoryCore Implements IElementCreatorCore.GetFactory
Parameters
- entityTypeValue
 - Type: SystemInt32
The entity type value. 
Return Value
Type: 
IEntityFactoryCore
            the entity factory of the entity type or null if not found
            
Implements
IElementCreatorCoreGetFactory(Int32)
See Also