Table of Contents

Method FromDictionary

Namespace
DocWright.MailMerge
Assembly
DocWright.MailMerge.dll

FromDictionary(IDictionary<string, object?>)

Opens a reader over one dictionary row, for a single-record merge.

public static IMergeDataReader FromDictionary(IDictionary<string, object?> row)

Parameters

row IDictionary<string, object>

The record.

Returns

IMergeDataReader

The reader, positioned before the record.

Exceptions

ArgumentNullException

row is null.