EntityToQuery()

edit

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
edit

entity or array of entities

name
string, optional
edit

name of the entities

Examples

edit

There are currently no examples for this function.

See also