Enum eCommandType
The type of command used by the ExcelConnection.
Namespace: OfficeOpenXml.Data.Connection
Assembly: EPPlus.dll
Syntax
public enum eCommandType
Fields
| Name | Description |
|---|---|
| Cube | The command specifies a cube name. |
| ProviderInterpreted | The command is left to the provider to interpret. |
| SqlStatement | The command is a SQL statment. |
| Table | The command is a table. |
| WebBasedListDataProvider | Query is against a web based List Data Provider. |