| EntityCoreTFieldsIEntityCoreCheckIfIsSubTypeOf 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.3.0.0 (5.3.0)
Syntaxbool IEntityCore.CheckIfIsSubTypeOf(
	int typeOfEntity
)
Private Function CheckIfIsSubTypeOf ( 
	typeOfEntity As Integer
) As Boolean Implements IEntityCore.CheckIfIsSubTypeOf
Parameters
- typeOfEntity
 - Type: SystemInt32
Type of entity. 
Return Value
Type: 
Boolean
            true if the passed in type is a supertype of this entity, otherwise false
            
Implements
IEntityCoreCheckIfIsSubTypeOf(Int32)
See Also