Query
Generic Query
Description
Generic Query
Input
Output
Example


let params = {
t: undefined /* INFOTABLE */,
query: undefined /* QUERY */
};

// result: INFOTABLE
let result = Resources["InfoTableFunctions"].Query(params);

Was this helpful?