Write an array of records to the specified Stream.
Write an array of records to the specified Stream.
public void WriteStream(TextWriter,MasterDetails[]);
Write the specified number of records in the array to the Stream.
public void WriteStream(TextWriter,MasterDetails[],int);
MasterDetailEngine Class | FileHelpers.MasterDetail Namespace