QueryQueryBasedOnSystem Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if this query is dependent on a system
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool QueryBasedOnSystem { get; }
Public ReadOnly Property QueryBasedOnSystem As Boolean
Get
public:
virtual property bool QueryBasedOnSystem {
bool get () sealed;
}
function get_QueryBasedOnSystem();
Return Value
Type:
BooleanTrue if this query is dependent on a system
See Also