In This Topic
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.
Syntax
public System.Collections.Generic.IEnumerable<int> QuoteColumns {get; set;}
See Also