Enumeration returning all base types above this type, starting with the immediate base type.

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

Syntax

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

See Also