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