Click or drag to resize
GroupableModelElementMappingGetAllIdentifyingFieldMappings Method
Gets all identifying field mappings which have a mapped target

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<FieldMapping> GetAllIdentifyingFieldMappings(
	bool includeNullTargets
)

Parameters

includeNullTargets
Type: SystemBoolean
if set to true, it includes mappings which have no target mapped at the moment

Return Value

Type: IEnumerableFieldMapping
enumerable over the fieldmappings for identifying fields which have a mapped target
See Also