Declared in TrackingSystem
Declaration
string[] QueryValues(
Object obj,
string parameter
);Description
Queries the data of the object in the database. This will return all the data for a particular object and a particular parameter.
Parameters
| Name | Description |
|---|---|
| obj | The object that was tracked |
| parameter | The parameter to fetch, if it is valid |