Show / Hide Table of Contents

Class ExcelDataModelDataFeedProperties

Data model data feed specific properties.

Inheritance
object
ExcelDataModelDataFeedProperties
ExcelDataModelOleDbProperties
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>
In this article
Back to top Generated by DocFX