Click or drag to resize

GroupableModelElementMappingCheckIfAutoMapToNewFieldsIsNecessary Method

Checks if an auto map to new target fields action is necessary on this mapping and returns true if it is, false otherwise

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public bool CheckIfAutoMapToNewFieldsIsNecessary()

Return Value

Type: Boolean
true, if auto-map to new target fields is necessary, false otherwise
See Also