Query for retrieving entity subtypes not mapped to the storage layer

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

Syntax

C#
public IQueryable<ModelEntityType> GetUnmappedEntitySubTypes()
Visual Basic
Public Function GetUnmappedEntitySubTypes As IQueryable(Of ModelEntityType)
Visual C++
public:
IQueryable<ModelEntityType^>^ GetUnmappedEntitySubTypes()

Return Value

A query (IQueryable) of ModelEntityType objects with no mapping to the storage layer.

See Also