Write an array of records to the specified file.
Write an array of records to the specified file.
public void WriteFile(string,MasterDetails[]);
Write the specified number of records from the array to a file.
public void WriteFile(string,MasterDetails[],int);
MasterDetailEngine Class | FileHelpers.MasterDetail Namespace