What is the translation of " DATACLASS " in English?

Examples of using Dataclass in German and their translations into English

{-}
  • 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
Eine Dataclass kann rekursive Verknüpfungsattribute haben.
A dataclass can have recursive relation attributes.
Eine Entity enthält die gleichen Attribute wie die Dataclass.
An entity contains the same attributes as the dataclass.
Alle Attribute der Dataclass werden als Eigenschaften der Dataclass angezeigt.
All dataclass attributes are exposed as properties of the dataclass.
Jedes Feld der Tabelle ist ein Attribut der Dataclass.
Each field of the table is an attribute of the dataclass.
Attribute der Dataclass Attribute der Dataclass stehen als Eigenschaften ihrer jeweiligen Klassen zur Verfügung.
Dataclass attributes Dataclass attributes are available as properties of their respective classes.
Zum Beispiel ist die query() -Methode eine Dataclass Member-Funktion.
For example, the query() method is a dataclass member function.
Die Dataclass bietet eine Abstraktion der physikalischen Datenbank und erlaubt den Umgang mit einem konzeptionellen Datenmodell.
The dataclass offers an abstraction of the physical database and allows handling a conceptual data model.
Sie können eine Entity auch mit der Methode dataClass. new() erstellen.
You can also create an entity using the dataClass. new() method.
Eine Entity in der Dataclass"Company" enthält ein Objekt vom Typ Entity-Selection im Attribut"staff" oder einen Wert Null.
An entity in the"Company" dataclass contains an object of type EntitySelection in the"staff" attribute or a null value.
Dieser Code weist compClass eine Referenz auf die Dataclass Company zu.
This code assigns to compClass a reference to the Company dataclass.
In der Dataclass Project: Attribut theClient vom Typ"relatedEntity"; für jedes Projekt(Client) gibt es mindestens eine Company.
In the Project dataclass: theClient attribute, of the"relatedEntity" kind; there is at most one Company for each Project the client.
Existiert eine Eigenschaft des Objekts nicht in der Dataclass, wird sie ignoriert.
If a property of the object does not exist in the dataclass, it is ignored.
Weitere Informationen zu Dataclass Attributen und Beispiele finden Sie im Abschnitt Attribute der Dataclass des 4D Developer's Guide.
  For more information about dataclass attributes, please refer to the Dataclass attributes paragraph in the 4D Developer's Guide.
Die Tabelle[Company] ist automatisch als eine Dataclass im Datastore ds verfügbar.
The[Company] table is automatically available as a dataclass in the ds datastore.
Alle 4D Befehle und Methoden, die nach Objekteigenschaften suchen, wie dataClass.
All 4D commands and methods that execute queries on object properties, such as dataClass.
Ist entitySelection Null oder gehört nicht zur gleichen Dataclass wie die Entity, wird ein Fehler erzeugt.
If entitySelection is Null ordoes not belong to the same dataclass as the entity, an error is raised.
Eine Entity kann als Instanz der Dataclass angesehen werden- ähnlich wie der Datensatz in der Tabelle- die der Dataclass im dazugehörigen Datastore entspricht.
An entity can be seen as an instance of the dataclass, like a record of the table matching the dataclass in its associated datastore.
Date beziehen sich direkt auf die entsprechenden Attribute in der Dataclass ds. Event.
Date directly refers to the corresponding attributes in the ds. Event dataclass.
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.
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.
Dies ist ein Satz Referenzen auf Entities, die sich auf dieselbe Dataclass beziehen.
An entity selectionis a set of references to entities related to the same dataclass.
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.
FromCollection() method updates or creates entities in the dataclass according to the objectCol collection of objects, and returns the corresponding entity selection.
Gehören entity und die Entity-Selection nicht zur gleichen Dataclass, wird ein Fehler generiert.
If entity andthe entity selection do not belong to the same dataclass, an error is raised.
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.
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.
Um einen Wert direkt dem Attribut"employer" zuzuweisen,müssen Sie eine vorhandene Entity von der Dataclass"Company" übergeben.
To assign a value directly to the"employer" attribute,you must pass an existing entity from the"Company" dataclass.
Query() sucht fÃ1⁄4r alle Entities in der DataClass nach Entities, welche die in queryString und(optional) value angegebenen Suchkriterien erfÃ1⁄4llen, und gibt ein neues Objekt vom Typ EntitySelection zurÃ1⁄4ck, das alle gefundenen Entities der DataClass enthält.
Query() method searches for entities that meet the search criteria specified in queryString and(optionally) value,for all the entities in the dataclass, and returns a new object of type EntitySelection containing all the entities that are found.
Beispiel  Dieses Beispiel erstellt eine neue Entity in der DataClass"Log" und speichert die Information im Attribut info.
Example  This example creates a new entity in the"Log" dataClass and records information in the info 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.
You can assign or modify the value of a"1" related entity attribute from the"N" dataclass directly through the related attribute.
Results: 27, Time: 0.0163

Top dictionary queries

German - English