DatabaseMappingDataGetUnmappedElementsTElement Method  | 
 
            Gets the unmapped elements.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.Mapping
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic IEnumerable<TElement> GetUnmappedElements<TElement>(
	IEnumerable<TElement> allExistingElements,
	MappingType typeOfMappingToCheck
)
Public Function GetUnmappedElements(Of TElement) ( 
	allExistingElements As IEnumerable(Of TElement),
	typeOfMappingToCheck As MappingType
) As IEnumerable(Of TElement)
Parameters
- allExistingElements
 - Type: System.Collections.GenericIEnumerableTElement
All existing elements. - typeOfMappingToCheck
 - Type: SD.LLBLGen.Pro.ApplicationCoreMappingType
The type of mapping to check. 
Type Parameters
- TElement
 - The type of the element.
 
Return Value
Type: 
IEnumerableTElement
See Also