The methods of the FileDiffEngine class are listed below. For a complete list of FileDiffEngine class members, see the FileDiffEngine Members topic.
OnlyDuplicatedRecords | Returns the duplicated records in both files. |
OnlyMissingRecords | Returns the records in newFile that not are in the sourceFile |
OnlyNewRecords | Returns the records in newFile that not are in the sourceFile |
OnlyNoDuplicatedRecords | Returns the NON duplicated records in both files. |
SetProgressHandler (inherited from FileHelpers.EngineBase) | Overloaded. Set the handler to the engine used to notify progress into the operations. |
WriteNewRecords | Read the source file, the new file, get the new records and write them to a destination file. |
FileDiffEngine Class | FileHelpers Namespace