Class DataSourceSelectCommandParameterVM
Inheritance
System.Object
DataSourceSelectCommandParameterVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class DataSourceSelectCommandParameterVM : CloudBaseVM
Properties
DataType
Declaration
public string DataType { get; set; }
Property Value
Type |
Description |
System.String |
|
DefaultValue
Declaration
public string DefaultValue { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Size
Declaration
public int Size { get; set; }
Property Value
Type |
Description |
System.Int32 |
|