Click or drag to resize
GroupableModelElementMappingGetAllMappedFieldsForGivenTargets Method
Gets all mapped fields for given targets.

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<MappableFieldWrapper> GetAllMappedFieldsForGivenTargets(
	IEnumerable<IProjectElementFieldMapTargetElement> targets
)

Parameters

targets
Type: System.Collections.GenericIEnumerableIProjectElementFieldMapTargetElement
The targets.

Return Value

Type: IEnumerableMappableFieldWrapper
enumerable of wrappers with requested fields or empty list if
See Also