Can autoquery SQL Command Timeout be set in the DTO or anywhere for that matter?
I don’t see any configuration for that in the plugin properties.
[Route("/Reports/ProgramTypeConflicts", Verbs = "GET")]
[AutoQueryViewer(IconUrl = "octicon:stop",
Title = "Program Type Conflicts",
Description = "Entertainment programs with conflicts.")]
public class ProgramTypeConflicts : QueryDb<ProgramTypeConflicts>{ }