Click or drag to resize
BulkInsertSettingsMappings Property
Gets or sets a collection of column mappings. Column mappings define the relationships between columns in the data source and columns in the destination.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public IDictionary<string, string> Mappings { get; set; }

Property Value

Type: IDictionaryString, String
See Also