Click or drag to resize

DuplicateRowsHandlerIsRowDuplicate Method

Namespace:  Dynamicweb.DataIntegration.ProviderHelpers
Assembly:  Dynamicweb.DataIntegration (in Dynamicweb.DataIntegration.dll) Version: 3.0.3
Syntax
public bool IsRowDuplicate(
	IEnumerable<ColumnMapping> columnMappings,
	Mapping mapping,
	DataRow dataRow,
	Dictionary<string, Object> row
)

Parameters

columnMappings
Type: System.Collections.GenericIEnumerableColumnMapping
mapping
Type: Dynamicweb.DataIntegration.IntegrationMapping
dataRow
Type: System.DataDataRow
row
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: Boolean
See Also