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.6.0.0 (5.6.19.0117)
Syntax public void SetEntityCoreInfo(
string entityName,
InheritanceHierarchyType hierarchyType,
bool isSubType,
int entityTypeEnumValue,
Type containingEntityType,
Type entityFactoryType,
bool isUpdateOnlyEntity
)
Public Sub SetEntityCoreInfo (
entityName As String,
hierarchyType As InheritanceHierarchyType,
isSubType As Boolean,
entityTypeEnumValue As Integer,
containingEntityType As Type,
entityFactoryType As Type,
isUpdateOnlyEntity As Boolean
)
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