Click or drag to resize
LinqUtilsGetEntityNameFromType Method
Gets the name of the entity of the entity which type has been passed in.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string GetEntityNameFromType(
	Type entityType,
	IElementCreatorCore generatedCodeElementCreator
)

Parameters

entityType
Type: SystemType
Type of the entity.
generatedCodeElementCreator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The generated code element creator.

Return Value

Type: String
name of entity, e.g. 'CustomerEntity'
See Also