MatchParameter
Define match parameters
Derived from MatchParameterBase.
Name | Type | Definition |
---|---|---|
Groups | List | |
CheckInternal | bool | Where data from multiple tables are compared: True—data inside table should be matched (requires more time). False —match data only between the tables. |
MainTable | string | If CheckInternal is false, this parameter defines which table will be taken as the primary (or main) table for matching |
SearchDeep | int | Default value 10. Determine how deep matching algorithm should compare data. |
Updated over 3 years ago