Click or drag to resize
Query Constructor (Byte, Systems) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Creates and returns a new query object from a saved byte array

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Query(
	byte[] Bytes,
	Systems Systems
)

Parameters

Bytes
Type: SystemByte
The saved byte array
Systems
Type: DataPA.Utils.QueryEngineSystems
The Systems object that contains the Systems this query references
See Also