Vertaling van "to SQL" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
In diesem Ziel ist Folgendes nicht enthalten: LINQ to SQL
In LINQ to SQL wird das Datenmodell einer relationalen Datenbank einem Objektmodell zugeordnet, das in der Programmiersprache des Entwicklers ausgedrückt ist.
In LINQ to SQL, the data model of a relational database is mapped to an object model expressed in the programming language of the developer.
Entity Framework und LINQ to SQL sind zwei ausgezeichnete Tools für den Entwurf serverseitiger Objektmodelle, die mit diesen Tools von Grund auf neu erstellt oder von einer vorhandenen Datenbank abgeleitet werden können.
Entity Framework and LINQ to SQL are two excellent tools for designing your server-side object model, either from scratch or by inferring it from an existing database.
Gewusst wie: Verarbeiten zusammengesetzter Schlüssel in Abfragen (LINQ to SQL)
How to: Handle composite keys in queries (LINQ to SQL)
Gewusst wie: Löschen von Zeilen aus der Datenbank (LINQ to SQL)
How to: Delete rows from the database (LINQ to SQL)
Diese Modellierung, die einem Object einer Tabelle entspricht, kann mit Hilfe eines LINQ to SQL Designers (Teil von Visual Studio 2008) gemacht werden.
These changes can be done using the LINQ to SQL designer in Visual Studio 2008, by double clicking on the entity object name, as seen in Figure 3 below.
Ich wurde durch ein kurzes Videointerview mit Jimmy Nilsson, das ich auf fand, auf DDD aufmerksam. Als angesehener Architekt unter anderem in der.NET-Community sprach er über LINQ to SQL und über Entity Framework (bit.ly/11DdZue).
My introduction to DDD came from a short video interview on with Jimmy Nilsson, a respected architect in the.NET community (and elsewhere), who was talking about LINQ to SQL and the Entity Framework (bit.ly/11DdZue).
In diesem Ziel ist Folgendes nicht enthalten: LINQ to SQL
In diesem Ziel ist Folgendes nicht enthalten: LINQ to SQL
Wenn die Werte identisch sind, wurden die Daten nicht geändert, und sie werden mit LINQ to SQL aktualisiert oder gelöscht.
If the values are the same, the data has not changed, and LINQ to SQL updates or deletes the data.
Wenn sich die Daten geändert haben, wird von LINQ to SQL eine Ausnahme ausgelöst.
If the data has changed, LINQ to SQL raises an exception.
Mit dem Stand der Technik ORM Lösungen wie Entity Framework und LINQ to SQL, führt sie neue Ansätze für die Gestaltung von Anwendungen und steigert die Produktivität der Datenbankanwendungsentwicklung.
With state of the art ORM solutions such as Entity Framework and LinqConnect, it introduces new approaches for designing applications and boosts productivity of database application development.
Wie übergibt man in LINQ to SQL Teile einer LINQ-Abfrage an eine Funktion?
In LINQ to SQL, how do you pass parts of a LINQ query into a function