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
Public method 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.
Public method 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.

See Also