QueryDebugQuery Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if this query will run in debug mode.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool DebugQuery { get; set; }
Public Property DebugQuery As Boolean
Get
Set
public:
virtual property bool DebugQuery {
bool get () sealed;
void set (bool value) sealed;
}
function get_DebugQuery();
function set_DebugQuery(value);
Property Value
Type:
BooleanTrue if this query will run in debug mode
Return Value
Type:
BooleanTrue if this query will run in debug mode
See Also