| LinqUtilsGetEntityTypeEnumAsIntFromType Method  | 
 
            Gets the EntityType enum value as integer of the entity with the type specified.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic static int GetEntityTypeEnumAsIntFromType(
	Type entityType,
	IElementCreatorCore generatedCodeElementCreator
)
Public Shared Function GetEntityTypeEnumAsIntFromType ( 
	entityType As Type,
	generatedCodeElementCreator As IElementCreatorCore
) As Integer
Parameters
- entityType
 - Type: SystemType
Type of the entity. - generatedCodeElementCreator
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The generated code element creator. 
Return Value
Type: 
Int32
See Also