Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 813 Bytes

File metadata and controls

21 lines (17 loc) · 813 Bytes

Query resources loader

In any reporting application, a long query statements (per example, an SQL statements) are used to fetch/load data from database. There are several places where those statements can residue, database view, stored procedure, or, as usual, within an application code.

This bundle allows you to store your queries in separate files within Resources\query bundle and load and/or execute them via one simple service method call, keeping your code clean and well organised.

Table of content