Query for retrieving entity sets with no mapping to storage entitysets
Namespace: HuagatiEDMXToolsAssembly: 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() |