Query for retrieving entity type scalar members with no mapping to conceptual model scalar members
Namespace: HuagatiEDMXToolsAssembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765
Syntax
C# |
---|
public IQueryable<StoreMemberProperty> GetUnmappedScalarMembers( IEnumerable<string> exceptEntitySets, IEnumerable<string> exceptEntityTypes, IEnumerable<string> exceptMembers ) |
Visual Basic |
---|
Public Function GetUnmappedScalarMembers ( _ exceptEntitySets As IEnumerable(Of String), _ exceptEntityTypes As IEnumerable(Of String), _ exceptMembers As IEnumerable(Of String) _ ) As IQueryable(Of StoreMemberProperty) |
Visual C++ |
---|
public: IQueryable<StoreMemberProperty^>^ GetUnmappedScalarMembers( IEnumerable<String^>^ exceptEntitySets, IEnumerable<String^>^ exceptEntityTypes, IEnumerable<String^>^ exceptMembers ) |
Parameters
- exceptEntitySets
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
Enumeration of names of entity sets to exclude from comparison
- exceptEntityTypes
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
Enumeration of names of entity types to exclude from the comparison
- exceptMembers
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
Enumeration of names of members to exclude from the comparison