Class UpdateDataSourceVM
Inheritance
System.Object
UpdateDataSourceVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class UpdateDataSourceVM : CloudBaseVM
Properties
ConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|