QueryUseLabels Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if this query should us the fields labels in the dataset.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool UseLabels { get; set; }
Public Property UseLabels As Boolean
Get
Set
public:
virtual property bool UseLabels {
bool get () sealed;
void set (bool value) sealed;
}
function get_UseLabels();
function set_UseLabels(value);
Property Value
Type:
BooleanTrue if this query should us the fields labels in the dataset
Return Value
Type:
BooleanTrue if this query should us the fields labels in the dataset
See Also