Click or drag to resize
Grid Solutions Framework

CsvInputAdapterAutoAssignMappingsToOutputs Property

Gets or sets a flag that determines whether to automatically assign column mappings to output measurements when transverse mode is enabled.

Namespace: CSVAdapters
Assembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.282-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(true)]
public bool AutoAssignMappingsToOutputs { get; set; }
View Source

Property Value

Boolean
Remarks
Value will be set to false if AutoMapToOutputMeasurements is enabled. No need to reassign column mappings to output measurements if they are already being used as source for column mappings.
See Also