ElementCreatorBaseGetFactoryImpl Method (Int32) |
Implementation of the routine which 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.6.0.0 (5.6.19.0117)
Syntax protected virtual IEntityFactoryCore GetFactoryImpl(
int entityTypeValue
)
Protected Overridable Function GetFactoryImpl (
entityTypeValue As Integer
) As IEntityFactoryCore
Parameters
- entityTypeValue
- Type: SystemInt32
The entity type value.
Return Value
Type:
IEntityFactoryCorethe entity factory of the entity type or null if not found
See Also