Append a record to the specified file.
Append a record to the specified file.
public void AppendToFile(string,MasterDetails);
Append an array of records to the specified file.
public void AppendToFile(string,MasterDetails[]);
MasterDetailEngine Class | FileHelpers.MasterDetail Namespace