FileDiffEngineTOnlyNewRecords Method |
Returns the records in newFile that not are in the sourceFile
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic T[] OnlyNewRecords(
string sourceFile,
string newFile
)
Public Function OnlyNewRecords (
sourceFile As String,
newFile As String
) As T()
Parameters
- sourceFile
- Type: SystemString
The file with the old records. - newFile
- Type: SystemString
The file with the new records.
Return Value
Type:
TThe records in newFile that not are in the sourceFile
See Also