Show / Hide Table of Contents

Enum eConnectionDataSourceType

The type of data source for a connection.

Namespace: OfficeOpenXml.Data.Connection
Assembly: EPPlus.dll
Syntax
public enum eConnectionDataSourceType

Fields

Name Description
ADO

An ADO data source.

ApplicationDefined

An application-defined data source.

DAO

A DAO data source.

DSP

Document Source Provider

DataModelDataFeed

. An Data feed data source used in a Data Model.

DataModelOLEDB

An OLEDB data source used in a Data Model.

DataModelText

A text file data source used in a Data Model.

DataModelWorksheetData

A worksheet range or table data source used in a Data Model.

ODBC

An ODBC data source.

OLEDB

An OLEDB data source.

Text

A text file data source.

WebQuery

A web query data source.

In this article
Back to top Generated by DocFX