Click or drag to resize

EntityCoreTFieldsEntityStaticMetaDataBaseSetEntityCoreInfo Method

Sets the core info for this entity, which is used in query generation and other activity.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public void SetEntityCoreInfo(
	string entityName,
	InheritanceHierarchyType hierarchyType,
	bool isSubType,
	int entityTypeEnumValue,
	Type containingEntityType,
	Type entityFactoryType,
	bool isUpdateOnlyEntity
)

Parameters

entityName
Type: SystemString
hierarchyType
Type: SD.LLBLGen.Pro.ORMSupportClassesInheritanceHierarchyType
isSubType
Type: SystemBoolean
entityTypeEnumValue
Type: SystemInt32
containingEntityType
Type: SystemType
entityFactoryType
Type: SystemType
isUpdateOnlyEntity
Type: SystemBoolean
See Also