Class CommandType
Inheritance
System.Object
CommandType
Namespace: Syncfusion.Report.Data
Assembly: Syncfusion.Report.Portable.dll
Syntax
public sealed class CommandType : Enum
Fields
StoredProcedure
Stored procedure command.
Declaration
public const CommandType StoredProcedure
Field Value
Type | Description |
---|---|
CommandType |
TableDirect
Table Direct command.
Declaration
public const CommandType TableDirect
Field Value
Type | Description |
---|---|
CommandType |
Text
Text command.
Declaration
public const CommandType Text
Field Value
Type | Description |
---|---|
CommandType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |