| 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
)
Public Shared Function GetRowValueNotFoundMessage (
row As Dictionary(Of String, Object),
sourceTableName As String,
sourceColumnName As String
) As String
Parameters
- row
- Type: System.Collections.GenericDictionaryString, Object
- sourceTableName
- Type: SystemString
- sourceColumnName
- Type: SystemString
Return Value
Type:
StringSee Also