ElementCreatorBaseGetFactoryImpl Method (Type) |
Implementation of the routine which gets the factory of the Entity type with the .NET type passed in
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected virtual IEntityFactoryCore GetFactoryImpl(
Type typeOfEntity
)
Protected Overridable Function GetFactoryImpl (
typeOfEntity As Type
) As IEntityFactoryCore
Parameters
- typeOfEntity
- Type: SystemType
The type of entity.
Return Value
Type:
IEntityFactoryCorethe entity factory of the entity type or null if not found
See Also