IEntityCoreCheckIfIsSubTypeOf Method  | 
 Determines whether this entity is a subType of the entity represented by the passed in enum value, which represents a value in the EntityType enum
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxbool CheckIfIsSubTypeOf(
	int typeOfEntity
)
Function CheckIfIsSubTypeOf ( 
	typeOfEntity As Integer
) As Boolean
Parameters
- typeOfEntity
 - Type: SystemInt32
Type of entity. 
Return Value
Type: 
Booleantrue if the passed in type is a supertype of this entity, otherwise false
See Also