Query
Interrogazione generica
Descrizione
Interrogazione generica
Input
Output
Esempio


let params = {
t: undefined /* INFOTABLE */,
query: undefined /* QUERY */
};
// result: INFOTABLE
let result = Resources["InfoTableFunctions"].Query(params);
È stato utile?