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

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?