a!entityDataIdentifiers() Function

Creates an EntityDataIdentifiers configuration for use with a!deleteFromDataStoreEntities()

Syntax

a!entityDataIdentifiers( entity, identifiers )

  • entity (DataStoreEntity): This field holds a single Data Store Entity value in which the data to be deleted is stored.
  • identifiers (Any Type): This field holds multiple Any Type values for the primary key values of the data to be deleted.

Returns

EntityDataIdentifiers

See Also

EntityDataIdentifiers: This is the type a!entityDataIdentifiers returns.

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK