Returns a list of entity sets with no mapping to the conceptual model.

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

Syntax

C#
public IQueryable<StoreEntitySet> GetUnmappedEntitySets(
	IEnumerable<string> exceptEntitySets
)
Visual Basic
Public Function GetUnmappedEntitySets ( _
	exceptEntitySets As IEnumerable(Of String) _
) As IQueryable(Of StoreEntitySet)
Visual C++
public:
IQueryable<StoreEntitySet^>^ GetUnmappedEntitySets(
	IEnumerable<String^>^ exceptEntitySets
)

Parameters

exceptEntitySets
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
Enumeration of names of entity sets to exclude from comparison

Return Value

A query (IQueryable) returning StoreEntitySet objects.

See Also