MatchUp Object:Read-Write:Processing
Jump to navigation
Jump to search
MatchUp Object Read-Write Interface Navigation | ||||||
---|---|---|---|---|---|---|
Overview | ||||||
Order of Operations | ||||||
|
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 |