Class DataSourceSelectCommandVM
Inheritance
System.Object
DataSourceSelectCommandVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class DataSourceSelectCommandVM : CloudBaseVM
Properties
Command
Declaration
public string Command { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Parameters
Declaration
public System.Collections.Generic.ICollection<DataSourceSelectCommandParameterVM> Parameters { get; set; }
Property Value