Click or drag to resize
QueryUseParametersAsDefault Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if the parameter values in this query should be used as the default values for the query required fields

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool UseParametersAsDefault { get; set; }

Property Value

Type: Boolean
True if the parameter values in this query should be used as the default values for the query required fields

Return Value

Type: Boolean
True if the parameter values in this query should be used as the default values for the query required fields
Remarks