Click or drag to resize
Grid Solutions Framework

CsvInputAdapterAutoRepeat Property

Gets or sets value that determines if the CSV input file data should be replayed repeatedly.

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

Property Value

Boolean
See Also