Which method properly executes a query and returns the appropriate results. Assume you are
developing a UI tree control in a web application to display a list of cabinets. The list of cabinets is
generally static. Given the below code snippet: Which value for queryType should be used to
achieve the maximum performance?

A.
IDfQuery.DF_READ_QUERY
B.
IDfQuery.DF_QUERY
C.
IDfQuery.DF_CACHE_QUERY
D.
IDfQuery.DF_EXECREAD_QUERY