Class ExcelDataModelDataFeedProperties
Data model data feed specific properties.
Inherited Members
Namespace: OfficeOpenXml.Data.Connection
Assembly: EPPlus.dll
Syntax
public class ExcelDataModelDataFeedProperties
Properties
Connection
The connection string for the data feed.
Declaration
public string Connection { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tables
A list of tables in the data feed.
Declaration
public List<string> Tables { get; }
Property Value
| Type | Description |
|---|---|
| List<string> |