AuditorBaseGetEntityTypeValueForType Method  | 
 
            Gets the EntityType value as integer for the entity type passed in
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxprotected int GetEntityTypeValueForType(
	Type typeOfEntity
)
Protected Function GetEntityTypeValueForType ( 
	typeOfEntity As Type
) As Integer
Parameters
- typeOfEntity
 - Type: SystemType
The type of entity. 
Return Value
Type: 
Int32the EntityType value as integer for the entity type passed in
See Also