ADO.NET Provider for REST

Build 25.0.9435

IncludeColumnHeaders

Directs the driver to derive column names for each table from the first line of CSV files.

データ型

bool

デフォルト値

true

解説

When false, the table column names are the same as the column numbers; the first column name would be 1, etc.

The following connection string parses .csv files as CSV without headers:

DataSource=C:\mycsvlogs;IncludeColumnHeaders=False

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9435