What is the translation of " DATACLASS " in German?

Examples of using Dataclass in English and their translations into German

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
Entity New entity matching the dataClass.
Entity Neue Entity, die zur DataClass passt.
A dataclass can have recursive relation attributes.
Eine Dataclass kann rekursive Verknüpfungsattribute haben.
An entity contains the same attributes as the dataclass.
Eine Entity enthält die gleichen Attribute wie die Dataclass.
Dataclass attributes Dataclass attributes are available as properties of their respective classes.
Attribute der Dataclass Attribute der Dataclass stehen als Eigenschaften ihrer jeweiligen Klassen zur Verfügung.
For example, the query() method is a dataclass member function.
Zum Beispiel ist die query() -Methode eine Dataclass Member-Funktion.
Date directly refers to the corresponding attributes in the ds. Event dataclass.
Date beziehen sich direkt auf die entsprechenden Attribute in der Dataclass ds. Event.
The dataclass offers an abstraction of the physical database and allows handling a conceptual data model.
Die Dataclass bietet eine Abstraktion der physikalischen Datenbank und erlaubt den Umgang mit einem konzeptionellen Datenmodell.
You can also create an entity using the dataClass. new() method.
Sie können eine Entity auch mit der Methode dataClass. new() erstellen.
An entity in the"Company" dataclass contains an object of type EntitySelection in the"staff" attribute or a null value.
Eine Entity in der Dataclass"Company" enthält ein Objekt vom Typ Entity-Selection im Attribut"staff" oder einen Wert Null.
This code assigns to compClass a reference to the Company dataclass.
Dieser Code weist compClass eine Referenz auf die Dataclass Company zu.
Example  This example creates a new entity in the"Log" dataClass and records information in the info attribute.
Beispiel  Dieses Beispiel erstellt eine neue Entity in der DataClass"Log" und speichert die Information im Attribut info.
All 4D commands and methods that execute queries on object properties, such as dataClass.
Alle 4D Befehle und Methoden, die nach Objekteigenschaften suchen, wie dataClass.
In the Project dataclass: theClient attribute, of the"relatedEntity" kind; there is at most one Company for each Project the client.
In der Dataclass Project: Attribut theClient vom Typ"relatedEntity"; für jedes Projekt(Client) gibt es mindestens eine Company.
If a property of the object does not exist in the dataclass, it is ignored.
Existiert eine Eigenschaft des Objekts nicht in der Dataclass, wird sie ignoriert.
  For more information about dataclass attributes, please refer to the Dataclass attributes paragraph in the 4D Developer's Guide.
Weitere Informationen zu Dataclass Attributen und Beispiele finden Sie im Abschnitt Attribute der Dataclass des 4D Developer's Guide.
The[Company] table is automatically available as a dataclass in the ds datastore.
Die Tabelle[Company] ist automatisch als eine Dataclass im Datastore ds verfügbar.
Entity selection: an entity selection references one or more entities from a dataclass.
Entity-Selection: Eine Entity-Auswahl verweist auf eine oder mehrere Entities aus einer Datenklasse.
An entity can be seen as an instance of the dataclass, like a record of the table matching the dataclass in its associated datastore.
Eine Entity kann als Instanz der Dataclass angesehen werden- ähnlich wie der Datensatz in der Tabelle- die der Dataclass im dazugehörigen Datastore entspricht.
Save() method saves the changes made to the entity in the table related to its dataClass.
Save() sichert die Änderungen in der Entity in der Tabelle, die mit ihrer Dataclass verbunden ist.
For example, we want to create a new entity in the"Employee" dataclass in the current datastore with"John" and"Dupont" assigned to the firstname and name attributes.
Beispielsweise wollen wir eine neue Entity in der Dataclass"Employee" im aktuellen Datastore anlegen, wobei"John" und"Dupont" den Attributen firstname und name zugeordnet sind.
To assign a value directly to the"employer" attribute,you must pass an existing entity from the"Company" dataclass.
Um einen Wert direkt dem Attribut"employer" zuzuweisen,müssen Sie eine vorhandene Entity von der Dataclass"Company" übergeben.
You can assign or modify the value of a"1" related entity attribute from the"N" dataclass directly through the related attribute.
Sie können den Wert eines verknüpften Entity-Attributs"1" aus der Dataclass"N" direkt über das verknüpfte Attribut zuweisen oder ändern.
FromCollection() method updates or creates entities in the dataclass according to the objectCol collection of objects, and returns the corresponding entity selection.
FromCollection() aktualisiert oder erstellt Entities in der Dataclass nach der im Parameter objectCol angegebenen Collection von Objekten und gibt die entsprechende Entity-Selection zurück.
Entities Entities An entity is an object that can be seen as an instance of a dataclass, like a record of the table matching the dataclass in its associated datastore.
Entities Entities Eine Entity ist ein Objekt, das als Instanz einer Dataclass angesehen werden kann(vergleichbar mit einem Datensatz der Tabelle), die mit der Dataclass in ihrem zugehörigen Datastore übereinstimmt.
Results: 24, Time: 0.0303

Top dictionary queries

English - German