| Visual Basic (Declaration) | |
|---|---|
Public Enum CommandType Inherits System.Enum | |
| C# | |
|---|---|
public enum CommandType : System.Enum | |
| Member | Description |
|---|---|
| StoredProcedure | The name of the stored procedure. |
| TableDirect | The name of a table. |
| Text | A plain text command (usually SQL). |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Extensibility.Data.CommandType