Examples of using Entity selection in English and their translations into German
{-}
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Programming
-
Official/political
-
Political
The entity selection remains in memory.
You can create an object of type entity selection as follows.
An entity selection can also be empty.
The number of loops is based on the number of entities in the entity selection.
New entity selection in the specified order.
And toCollection() method in case you want to export an entity selection to collection.
If the entity selection is empty, it returns 0.
A 1-> N type relation attribute(relatedEntities kind) contains an entity selection.
Entity or entity selection to subtract.
If you pass entity as parameter, you compare this entity with the entity selection.
The entity selection object itself cannot be copied as an object.
You build a list box of the"Collection or entity selection" type with the following definition.
Entity selections can be"sorted" or"unsorted" this point is discussed below.
Form. eventList is the entity selection that is attached to the list box.
Collection" designates a list box based on a collection or an entity selection.
This code defines an entity selection of people in the 95113 zip code.
If you pass entity as parameter, you combine this entity with the entity selection.
Keep in mind that an entity selection only contains references to entities. .
This code assigns to brokerCompanies all related companies of the people in the brokers entity selection, using the relation attribute myCompany.
If entity and the entity selection do not belong to the same dataclass, an error is raised.
A list box can contain one or more columns and can be associated either with 4D arrays, a selection of records,a collection or an entity selection.
In this documentation, unless specified,"entity selection" usually refers to an"unordered entity selection. .
When the data source is an entity selection, any modifications made on the list box side are automatically saved in the database.
And importing an entity via object can be done thanks to fromObject()method and importing an entity selection via a collection can be achieved with fromCollection() method.
End for each is used with an Expression of the Entity selection type, the Current_Item parameter is the entity that is currently processed.
A list box associated to a collection or an entity selection, during the On Display Detail or the On Data Change events.
You cannot, for example, store a reference to an entity selection in an interprocess variable and use it in another process.
When a relation attribute is used as a property of an entity selection, the result is always another entity selection, even if only one entity is returned.
The last line will return in$myInvoices an entity selection of all invoices that have at least one invoice item related to a part in the entity selection myParts.