AuditorBaseGetEntityTypeValueForType Method |
Gets the EntityType value as integer for the entity type passed in
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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