Most voted "entity-framework-v1" questions
2 questions
Sort by count of
-
3
votes2
answers106
viewsHow to dynamically generate OR comparisons with LINQ?
I have a query where I should find certain values comparing whether a column is equal to a value X. X is an array that can have 1 to 4 values. How can I in mine query with LINQ dynamically assemble…
-
2
votes3
answers525
viewsHow to insert an existing record into the Entity Framework?
At some point in the system some records are selected and should be replicated by changing only one value. At this point I am selecting the records I need to enter: listaRegistros = listaRegistros…