Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

CommonEngine.MergeAndSortFile Method (Type, String, String, String, String)

Merge the contents of 2 files and write them sorted to a destination file.

[Visual Basic]
Overloads Public Shared Function MergeAndSortFile( _
   ByVal recordType As Type, _
   ByVal file1 As String, _
   ByVal file2 As String, _
   ByVal destFile As String, _
   ByVal field As String _
) As Object()
[C#]
public static object[] MergeAndSortFile(
   Type recordType,
   string file1,
   string file2,
   string destFile,
   string field
);

Parameters

recordType
The record Type.
file1
File with contents to be merged.
file2
File with contents to be merged.
destFile
The destination file.
field
The name of the field used to sort the records.

Return Value

The merged and sorted records.

See Also

CommonEngine Class | FileHelpers Namespace | CommonEngine.MergeAndSortFile Overload List


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox