Click or drag to resize

FileDiffEngineTOnlyNewRecords Method

Returns the records in newFile that not are in the sourceFile

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public T[] OnlyNewRecords(
	string sourceFile,
	string newFile
)

Parameters

sourceFile
Type: SystemString
The file with the old records.
newFile
Type: SystemString
The file with the new records.

Return Value

Type: T
The records in newFile that not are in the sourceFile
See Also