FileDiffEngineTWriteNewRecords Method |
Read the source file, the new File, get the records and write
them to a destination file. (record not in first file but in
second will be written to the third)
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic T[] WriteNewRecords(
string sourceFile,
string newFile,
string destFile
)
Public Function WriteNewRecords (
sourceFile As String,
newFile As String,
destFile As String
) As T()
Parameters
- sourceFile
- Type: SystemString
The file with the source records. - newFile
- Type: SystemString
The file with the new records. - destFile
- Type: SystemString
The destination file.
Return Value
Type:
TThe new records on the new file.
See Also