MatchUp Object:Read-Write:Processing

From Melissa Data Wiki
Revision as of 23:44, 27 July 2015 by Admin (talk | contribs) (Created page with "{{MatchUpObjectReadWriteNav |FunctionsCollapse= }} {{CustomTOC}} ==Process== This function switches the Read-Write interface from write mode to read mode. After calling this...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

← MatchUp Object Reference

MatchUp Object Read-Write Interface Navigation
Overview
Order of Operations
Functions
Initialization
Mapping
Match Key
Processing
Retrieval



Process

This function switches the Read-Write interface from write mode to read mode. After calling this function, the application can no longer add more records to the key file with the WriteRecord function.

This function takes every record passed via the WriteRecord function and passes them through the Read-Write deduping logic to determine which are unique, which have duplicates, and which are duplicates.

Syntax mdMU->Process()
C mdMUReadWriteProcess(mdMU)
.Net mdMU.Process