Class ExcelCommandType
Represent different command types of external connections.
Inheritance
System.Object
ExcelCommandType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelCommandType : Enum
Fields
Default
Default(Sql) connection type.
Declaration
public const ExcelCommandType Default
Field Value
Type |
---|
ExcelCommandType |
List
List connection type.
Declaration
public const ExcelCommandType List
Field Value
Type |
---|
ExcelCommandType |
Sql
Sql connection type.
Declaration
public const ExcelCommandType Sql
Field Value
Type |
---|
ExcelCommandType |
Table
Table connection type.
Declaration
public const ExcelCommandType Table
Field Value
Type |
---|
ExcelCommandType |