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)
Syntaxpublic 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: 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