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.
Plus précisément, il contient une ligne pour chaque fonction contenue dans une transformation (la fonction « from SQL » ou « to SQL »).
More precisely, it contains a row for each function contained in a transform (the "from SQL" or "to SQL" function).
Il y a différents éléments qui jouent un rôle dans l'exécution d'une requête avec LINQ to SQL et ceux-ci sont les suivantes.
There are various components that play a role in execution of a query with LINQ to SQL and these are the following ones.
Une fonction « to SQL » qui convertit le type depuis le langage vers l'environnement SQL.
A "to SQL" function that converts the type from the language to the SQL environment.
Linq to Sql et Linq plus généralement, est une nouvelle technologie principalement basée sur des évolutions du langage.
Linq to Sql and Linq more generally speaking, is a new technology mainly based on language evolutions.
C'est essentiellement ce que LINQ to SQL fait lorsque vous écrivez une requête telle que
This is basically what LINQ to SQL does when you write a query like
Le fournisseur LINQ to SQL vous permet d'interroger et de modifier des données dans une base de données SQL database.
The LINQ to SQL provider enables you to query and modify data in a SQL Server database.
Dans LINQ to SQL, comment passer des parties d'une requête LINQ dans une fonction
In LINQ to SQL, how do you pass parts of a LINQ query into a function
LINQ to SQL inclut une nouvelle prise en charge des nouvelles fonctionnalités de flux de fichiers et de date dans SQL Server 2008.
LINQ to SQL includes new support for the new date and file stream capabilities in SQL Server 2008.
LINQ to SQL pour être exact, ou DLINQ, peu importe comment on l'appelle.
LINQ to SQL to be precise, or DLINQ, however you want to call it.
Comment utiliser LINQ to SQL?
How to Use LINQ to SQL?
Lorsque vous utilisez LINQ to SQL ou Linq to Entities vous pouvez inspecter le code SQL généré, ce qui constitue un autre excellent moyen d'apprendre à connaître LINQ.
When using LINQ to SQL or Linq to Entities you can inspect the SQL that's being generated which is another great way to learn about LINQ. Previous Next
Darwin Core to SQL, un outil Java développé par Canadensys afin de traduire la structure et le contenu de votre archive Darwin Core en SQL.
Darwin Core to SQL, a Canadensys Java tool to translate the structure and content of your Darwin Core archive into SQL.
LINQ to SQL fournisseur - convertit la requête SQL à Transact (T-SQL) et envoie la nouvelle requête au fournisseur ADO pour l'exécution
LINQ to SQL Provider - converts query to Transact SQL(T-SQL) and sends the new query to the ADO Provider for execution