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.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public bool AutoRepeat { get; set; }
View Source

Property Value

Boolean
See Also