Click or drag to resize
Grid Solutions Framework

CsvInputAdapterSkipRows Property

Gets or sets number of lines to skip in the source file before the header line is encountered.

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

Property Value

Int32
See Also