Adds a new entity type mapping to this entity set mapping. Used for adding inherited sub-types to an entity set mapping
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
C# |
---|
public void AddEntityTypeMapping( ModelEntityType modelEntityType, StoreEntityType storeEntityType ) |
Visual Basic |
---|
Public Sub AddEntityTypeMapping ( _ modelEntityType As ModelEntityType, _ storeEntityType As StoreEntityType _ ) |
Visual C++ |
---|
public: void AddEntityTypeMapping( ModelEntityType^ modelEntityType, StoreEntityType^ storeEntityType ) |
Parameters
- modelEntityType
- Type: HuagatiEDMXTools..::..ModelEntityType
Conceptual model entity type to add to the mapping
- storeEntityType
- Type: HuagatiEDMXTools..::..StoreEntityType
Store entity type mapped to the conceptual model entity type