API Reference

Class

CsvDataReaderOptions

Namespace OfficeIMO.CSV
Assembly OfficeIMO.CSV
Modifiers sealed

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

Constructors

public CsvDataReaderOptions() #

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.