Skip to main content

Interface IDataWriter

Defines a contract for writing data to a destination with a call to Write(IDataReader).

Namespace: Workspace.XBR.Xperiflow.Etl.Tabular

Assembly: Xperiflow.dll

Declaration
public interface IDataWriter

Derived: Workspace.XBR.Xperiflow.Etl.Tabular.CsvDataWriter, Workspace.XBR.Xperiflow.Etl.Tabular.OneStreamSqlDataWriter, Workspace.XBR.Xperiflow.Etl.Tabular.ParquetDataWriter, Workspace.XBR.Xperiflow.Etl.Tabular.SqlTableWriter

Methods

Write(IDataReader)

Writes the data from the provided IDataReader to the destination.

Declaration
void Write(IDataReader reader)
Parameters
TypeNameDescription
System.Data.IDataReaderreaderThe IDataReader to write to the destination

Was this page helpful?