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.8.0.0 (5.8.21.0208)
Syntax public IEnumerable<FieldMapping> GetAllIdentifyingFieldMappings(
bool includeNullTargets
)
Public Function GetAllIdentifyingFieldMappings (
includeNullTargets As Boolean
) As IEnumerable(Of FieldMapping)
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