API Reference
Class
CsvDataTableOptions
Controls how a CsvDocument is projected into a DataTable.
Inheritance
- Object
- CsvDataTableOptions
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.ToDataTable
Constructors
public CsvDataTableOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String TableName { get; set; } #Gets or sets the DataTable name. Defaults to CsvData.
public CsvSchema Schema { get; set; } #Gets or sets an explicit schema used for typed DataTable columns.
public Boolean InferSchema { get; set; } #Gets or sets a value indicating whether schema should be inferred before creating columns.
public Int32 SchemaSampleSize { get; set; } #Gets or sets the maximum row count inspected when InferSchema is enabled.