Skip to main content

Class CsvDataWriter

A concrete implementation of the Workspace.XBR.Xperiflow.Etl.Tabular.IDataWriter interface that writes CSV data to an output stream.

Namespace: Workspace.XBR.Xperiflow.Etl.Tabular

Assembly: Xperiflow.dll

Declaration
public class CsvDataWriter : IDataWriter

Implements: Workspace.XBR.Xperiflow.Etl.Tabular.IDataWriter

Methods​

Write(IDataReader)​

Writes the data from the provided IDataReader to the output stream.

Declaration
public void Write(IDataReader reader)
Parameters​
TypeNameDescription
System.Data.IDataReaderreaderThe IDataReader to use to write to the output stream

Implements​

Inherited Members​

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?