DataConnectorDataConnectionString Property

Gets the connection string.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "connectionString", EmitDefaultValue = false)]
public string ConnectionString { get; set; }

Property Value

Type: String
The connection string.
Remarks
To set the connection string, use UpdateFromConnectionString(String). The connection string can be also updated from the current ProviderValues when the data connector is saved or explicitly by calling UpdateConnectionString.
See Also