Query for retrieving entity sets with no mapping to storage entitysets

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

Syntax

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

Return Value

A query (IQueryable) of ModelEntitySet objects.

See Also