Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
bool CheckIfIsSubTypeOf(
	int typeOfEntity
)

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
See Also