AddConverter(FieldName: String; Converter: IValueConverter);
FieldName. Identifier of the field, which values must be transformed.
Converter. Value transformer in use.
The AddConverter method transforms values of the specified field.
A value transformer is created by the user as a custom class that inherits from the IValueConverter interface. The example of transformation implementation is given in description of the IValueConverter.Convert property.
The property use is given in the example for ITableCreator.Execute.
See also: