EntityToQuery()

Converts the input entity object or the input array of entity objects to a query object.

EntityToQuery( entity=object, name=string );

Returns: Query

Argument Description
entity
object, required

entity or array of entities

name
string, optional

name of the entities

Examples

There are currently no examples for this function.

See also