Used to avoid raising exception on mapping rules that can't be applied.
property IgnoreInvalidRules: boolean default False;
Allows to ignore errors (not to raise exception) during data conversion in case if the data or DB data format cannot be recorded to the specified Delphi field type. The default value is false.
Note: In order to ignore errors occurring during data conversion, use the TDAMapRule.IgnoreErrors property