DataConnectorJdbcDataDiscreteValues Property |
Gets or sets discrete values for parameters not sent in the connection string.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.4.0.1000)
Syntax[DataMemberAttribute(Name = "discreteValues", EmitDefaultValue = false)]
public Dictionary<string, string>? DiscreteValues { get; set; }<DataMemberAttribute(Name := "discreteValues", EmitDefaultValue := false)>
Public Property DiscreteValues As Dictionary(Of String, String)
Get
Set
public:
[DataMemberAttribute(Name = L"discreteValues", EmitDefaultValue = false)]
property Dictionary<String^, String^>^ DiscreteValues {
Dictionary<String^, String^>^ get ();
void set (Dictionary<String^, String^>^ value);
}[<DataMemberAttribute(Name = "discreteValues", EmitDefaultValue = false)>]
member DiscreteValues : Dictionary<string, string> with get, set
Property Value
Type:
DictionaryString,
String
See Also