Enum CommandType
Specifies how a command string is interpreted.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.ReportControls.Wpf.dll
Syntax
public enum CommandType
Fields
Name | Description |
---|---|
StoredProcedure | The name of a stored procedure. |
TableDirect | The name of a table. |
Text | An SQL text command. (Default.) |