QuerySetStation
Sets the station for the SQL query.
Member of namespace
Maintenance ManagerSyntax
bool QuerySetStation (string station)
Parameters
- station
- Type: string
Parameters
station: The station ID. Smart parameters are supported.Returns
True if the query has been successfully set. It does not mean the query has been performed. Otherwise, False.Level
Any level.Details
Selects all of the batches that match the specified station.To find multiple values, separate them with commas. An exclamation point can be prefixed to the value to find all values except the ones specified.
- Example:
QuerySetStation("1") ProcessRunSqlQuery("")