Enumeration of all entity type shapes on the diagram

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public IEnumerable<EntityTypeShape> EntityTypeShapes { get; }
Visual Basic
Public ReadOnly Property EntityTypeShapes As IEnumerable(Of EntityTypeShape)
	Get
Visual C++
public:
property IEnumerable<EntityTypeShape^>^ EntityTypeShapes {
	IEnumerable<EntityTypeShape^>^ get ();
}

See Also