Adds an entity type shape to the diagram

Namespace: HuagatiEDMXTools
Assembly: 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.

Return Value

An EntityTypeShape object

See Also