Update the field name mappings. This remaps the field names in the predicate expression. This entirely replaces any previous field mappings applied.
Overload List
| Name | Description | |
|---|---|---|
|
setFieldNames (Dictionary<string, string>) | Update the field name mappings. This remaps the field names in the predicate expression. This entirely replaces any previous field mappings applied. |
|
setFieldNames (List<string>, List<string>) | Update the field name mappings. This remaps the field names in the predicate expression. This entirely replaces any previous field mappings applied. This method takes in the mappings as a list of the original names, and a corresponding list of the new names. |