Class BaseDestinationWriter
- Namespace
- Dynamicweb.Data
Integration .Integration
- Assembly
- Dynamicweb.DataIntegration.dll
Base destination writer
- Inheritance
-
Base
Destination Writer
- Implements
- Derived
- Inherited Members
Properties
Mapping
Mapping
Property Value
Methods
Close()
Closes writer
DeleteRowsMissingFromSource()
Deletes rows messing
GetRowValueNotFoundMessage(Dictionary<string, object>, string, string)
Gets message text
public static string GetRowValueNotFoundMessage(Dictionary<string, object> row, string sourceTableName, string sourceColumnName)
Parameters
row
Dictionary<string, object>Row
sourceTableName
stringTable name
sourceColumnName
stringColumn name
Returns
- string
Message text string
Initialize()
Initializes instance
Write(Dictionary<string, object>)
Writes value to destination
Parameters
value
Dictionary<string, object>