Possible values: integer values.
Default value: 0.
File: configuration file.
Context: DatabaseManager, Database, table.
Sets the number of seconds for which the query should be executed. If the limit is exceeded, an exception is thrown. Value 0 means that there is no limit.
In <table_name>Query class exist methods to access this parameter value:
public void set_QueryTimeout (int iQueryTimeout)
public int get_QueryTimeout()