Enumeration of all entity types in the current storage model.

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

Syntax

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

See Also