QueryToarray()

Converts this query to an array of structures. Each structure is the column keys

Usage

ARRAY = QueryToarray( query )
Argument Summary
query query

Calling

Supports named-parameter calling allowing you to use the function like:

QueryToarray(
   query=?
);

Supports passing parameters as a structure using ArgumentCollection:

QueryToarray( ArgumentCollection={
   query : ?
} );