Show / Hide Table of Contents

Class ExcelDataModelOleDbProperties

OleDb properties for Data Model connections.

Inheritance
object
ExcelDataModelDataFeedProperties
ExcelDataModelOleDbProperties
Inherited Members
ExcelDataModelDataFeedProperties.Connection
ExcelDataModelDataFeedProperties.Tables
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 ExcelDataModelOleDbProperties : ExcelDataModelDataFeedProperties

Properties

Command

A command used for the connection. If this property is set, Tables must be empty.

Declaration
public string Command { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX