Click or drag to resize

EntityCore<TFields>.EntityStaticMetaDataBase.SetEntityCoreInfo 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.9.0.0 (5.9.0)
Syntax
public void SetEntityCoreInfo(
	string entityName,
	InheritanceHierarchyType hierarchyType,
	bool isSubType,
	int entityTypeEnumValue,
	Type containingEntityType,
	Type entityFactoryType,
	bool isUpdateOnlyEntity
)

Parameters

entityName
Type: System.String
hierarchyType
Type: SD.LLBLGen.Pro.ORMSupportClasses.InheritanceHierarchyType
isSubType
Type: System.Boolean
entityTypeEnumValue
Type: System.Int32
containingEntityType
Type: System.Type
entityFactoryType
Type: System.Type
isUpdateOnlyEntity
Type: System.Boolean
See Also