| LinqUtilsGetEntityNameFromType Method  | 
            Gets the name of the entity of the entity which type has been passed in.
            
 
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic static string GetEntityNameFromType(
	Type entityType,
	IElementCreatorCore generatedCodeElementCreator
)
Public Shared Function GetEntityNameFromType ( 
	entityType As Type,
	generatedCodeElementCreator As IElementCreatorCore
) As String
Parameters
- entityType
 - Type: SystemType
Type of the entity. - generatedCodeElementCreator
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The generated code element creator. 
Return Value
Type: 
Stringname of entity, e.g. 'CustomerEntity'
See Also