MatchUp Object:Incremental:Key File
| MatchUp Object Incremental Interface Navigation | |||||||
|---|---|---|---|---|---|---|---|
| Overview | |||||||
| Order of Operations | |||||||
|
AddRecord
This function appends the key generated by the most recent call to the BuildKey function to the current file. The typical application would use this function to add a new unique record to the key file if no duplicate was found by the last call to the MatchRecord function.
Note: This function does not add the current record to the database. It only appends a new key to the key file.
| Syntax | mdMU->AddRecord() |
|---|---|
| C | mdMUIncrementalAddRecord(mdMU) |
| .Net | mdMU.AddRecord |