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.9.0.0 (5.9.0)
Syntaxpublic bool CheckIfAutoMapToNewFieldsIsNecessary()
Public Function CheckIfAutoMapToNewFieldsIsNecessary As Boolean
Return Value
Type: 
Booleantrue, if auto-map to new target fields is necessary, false otherwise
See Also