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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public IDictionary<string, string> Mappings { get; set; }
Property Value
Type:
IDictionaryString,
StringSee Also