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
Type | Name | Description |
---|---|---|
System.Data.IDataReader | reader | The IDataReader to write to the destination |