[]
        
(Showing Draft Content)

C1.DataEngine.DataList.Write

Write Method

Write(IDataList, TextWriter, OutputFormat)

Outputs a list to a TextWriter instance in one of the supported formats.

Declaration
public static void Write(IDataList list, TextWriter writer, OutputFormat format = OutputFormat.Csv)
Parameters
Type Name Description
IDataList list

A list of items that implements the IDataList interface.

TextWriter writer

The TextWriter to which output will be written.

OutputFormat format

One of the supported OutputFormat values. If not specified, defaults to Csv.