Click or drag to resize

FieldMappingDictionary Class

Represents a dictionary that is used in mail merge when Fields and data source columns have different names.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentDictionaryBaseString, String
    SautinSoft.Document.MailMergingFieldMappingDictionary

Namespace: SautinSoft.Document.MailMerging
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class FieldMappingDictionary : DictionaryBase<string, string>

The FieldMappingDictionary type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds a new mapping from field name to data source column name.
Top
See Also