FieldMapping
Describe correspondence between fields in different tables when two or more tables can be joined.
| Name | Type | Definition |
|---|---|---|
| FieldName | string | Displayed field name. If not defined then return field name from a first table. |
| FieldMap | List<MatchField> | Map of fields from different tables, which should be joined |
| FieldType | Type | Represent system data type of given field |
Updated over 4 years ago