Click or drag to resize

FieldMappingDictionaryAdd Method

Adds a new mapping from field name to data source column name.

Namespace: SautinSoft.Document.MailMerging
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public void Add(
	string fieldName,
	string valueName
)

Parameters

fieldName  String
The field name.
valueName  String
The data source column name.
See Also