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