FileDiffEngineTOnlyNoDuplicatedRecords Method |
Returns the NON duplicated records in both files.
Namespace:
FileHelpers
Assembly:
FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntaxpublic T[] OnlyNoDuplicatedRecords(
string file1,
string file2
)
Public Function OnlyNoDuplicatedRecords (
file1 As String,
file2 As String
) As T()
Parameters
- file1
- Type: SystemString
A file with record. - file2
- Type: SystemString
A file with record.
Return Value
Type:
TThe records that NOT appear in both files.
See Also