API Reference
Class
CsvDataReaderOptions
Controls how a CsvDocument is exposed as a forward-only data reader.
Inheritance
- Object
- CsvDataReaderOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method CsvDocument.CreateDataReader
- Method CsvDocument.CreateDataReader
Constructors
public CsvDataReaderOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public CsvSchema Schema { get; set; } #Gets or sets an explicit schema used for typed reader columns.
public Boolean InferSchema { get; set; } #Gets or sets a value indicating whether schema should be inferred before creating reader columns.
public Int32 SchemaSampleSize { get; set; } #Gets or sets the maximum row count inspected when InferSchema is enabled.