|
CsvInputAdapterInputInterval Property
|
Gets or sets the interval of time between reading rows from the CSV file.
Namespace: CSVAdaptersAssembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.282-beta
Syntax<ConnectionStringParameterAttribute>
<DefaultValueAttribute(33.3333333333333)>
Public Overridable Property InputInterval As Double
Get
Set
function get_InputInterval();
function set_InputInterval(value);
View SourceProperty Value
Double
See Also