Interface IDestinationWriter
- Namespace
- Dynamicweb.DataIntegration.Integration.Interfaces
- Assembly
- Dynamicweb.DataIntegration.dll
Add this interface if you are inheriting from a provider that is a destination writer
public interface IDestinationWriter
Properties
Mapping
Gets the mapping.
Mapping Mapping { get; }
Property Value
Methods
Close()
Closes this instance.
void Close()
Write(Dictionary<string, object>)
Writes the specified row.
void Write(Dictionary<string, object> Row)
Parameters
Row
Dictionary<string, object>The row to be written.