Adds an entity type shape to the diagram
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
C# |
---|
public EntityTypeShape AddEntityTypeShape( ModelEntityType entityType ) |
Visual Basic |
---|
Public Function AddEntityTypeShape ( _ entityType As ModelEntityType _ ) As EntityTypeShape |
Visual C++ |
---|
public: EntityTypeShape^ AddEntityTypeShape( ModelEntityType^ entityType ) |
Parameters
- entityType
- Type: HuagatiEDMXTools..::..ModelEntityType
Model entity type to add to the diagram.