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.4.0.0 (5.4.0)
Syntax protected 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