Vertaling van "LINQ a 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.
A continuación se muestra un diagrama que muestra la arquitectura de ejecución de LINQ a SQL.
Below is a diagram showing the execution architecture of LINQ to SQL.
Hay varios componentes que juegan un papel en la ejecución de una consulta con LINQ a SQL y estos son los siguientes.
There are various components that play a role in execution of a query with LINQ to SQL and these are the following ones.
Una vez obtenidos los resultados de la base de datos, LINQ a SQL de nuevo las traduce a objetos.
After obtaining the results from the database, LINQ to SQL again translates them to objects.
Paso 3: Seleccionar las tablas de base de datos y arrastrar y soltar en el nuevo LINQ a SQL archivo de clase.
Step 3: Select tables from database and drag and drop into the new LINQ to SQL class file.
Si estoy haciendo inserciones de linq a sql, se tarda entre 5 y 10 minutos en depender del tráfico del sitio para cargar 10,000 enlaces.
If i am doing linq to sql inserts, it takes depending on site traffic anywhere between 5 and 10 minutes to load 10,000 links.
¿Cómo comparar solo la fecha sin hora en los tipos de fecha y hora en Linq a SQL con Entity Framework?
How to compare only Date without Time in DateTime types in Linq to SQL with Entity Framework?