Class Command
Inheritance
System.Object
Command
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class Command : Object
Constructors
Command()
Declaration
Properties
CommandType
Declaration
public CommandType CommandType { get; set; }
Property Value
Parameters
Declaration
public List<Parameter> Parameters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Parameter> |
|
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Timeout
Declaration
public int Timeout { get; set; }
Property Value
Type |
Description |
System.Int32 |
|