API Reference
Class
CsvSchema
Describes the expected structure of a CSV document.
Inheritance
- Object
- CsvSchema
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property CsvDataReaderOptions.Schema
- Property CsvDataTableOptions.Schema
- Method CsvDocument.InferSchema
- Method CsvSchemaBuilder.Build
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<CsvSchemaColumn> Columns { get; } #Gets the ordered set of columns expected by the schema.