Query Constructor (Byte, Systems) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new query object from a saved byte array
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Query(
byte[] Bytes,
Systems Systems
)
Public Sub New (
Bytes As Byte(),
Systems As Systems
)
public:
Query(
array<unsigned char>^ Bytes,
Systems^ Systems
)
DataPA.Utils.QueryEngine.Query = function(Bytes, 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