Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public IEnumerable<TElement> GetUnmappedElements<TElement>(
	IEnumerable<TElement> allExistingElements,
	MappingType typeOfMappingToCheck
)

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