[]
Specify some columns to be quoted, while the remaining columns not to be quoted. Column numbers start from 0, and specifying invalid column has no effect.
public IEnumerable<int> QuoteColumns { get; set; }
Public Property QuoteColumns As IEnumerable(Of Integer)