Click or drag to resize

BaseDestinationWriterGetRowValueNotFoundMessage Method

Namespace:  Dynamicweb.DataIntegration.Integration
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public static string GetRowValueNotFoundMessage(
	Dictionary<string, Object> row,
	string sourceTableName,
	string sourceColumnName
)

Parameters

row
Type: System.Collections.GenericDictionaryString, Object
sourceTableName
Type: SystemString
sourceColumnName
Type: SystemString

Return Value

Type: String
See Also