ElementCreatorBase.IElementCreatorCore.GetFactory Method (Type) |
Gets the factory of the Entity type with the .NET type passed in
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
SyntaxIEntityFactoryCore IElementCreatorCore.GetFactory(
Type typeOfEntity
)
Private Function GetFactory (
typeOfEntity As Type
) As IEntityFactoryCore Implements IElementCreatorCore.GetFactory
Parameters
- typeOfEntity
- Type: System.Type
The type of entity.
Return Value
Type:
IEntityFactoryCorethe entity factory of the entity type or null if not found
Implements
IElementCreatorCore.GetFactory(Type)
See Also