Click or drag to resize
Grid Solutions Framework

CsvInputAdapterTimestampColumnIndex Property

Gets or sets the column index for timestamp values when AutoMapToOutputMeasurements is enabled.

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

Property Value

Int32
Remarks
Value is required when AutoMapToOutputMeasurements is enabled to identify which column contains timestamp values.
See Also