No announcements
Found 2929134 threads
-
0 Votes
Determining empty collection from a VB Linq to SQL query
Hi, noob here, please be gentle :-) I have defined a simple query to pull some data back and place into fields on a form. All is going well ...Answered | 7 Replies | 6747 Views | Created by barryw99 - Tuesday, May 4, 2010 10:31 PM | Last reply by barryw99 - Friday, May 7, 2010 10:11 AM -
0 Votes
From SQL query to LINQ
Hi guys! Someone may translate these SQL Queries to LINQ Queries please? : 1st query select P1.Name ...Answered | 1 Replies | 504 Views | Created by DiddyRennes - Thursday, October 12, 2017 1:40 PM | Last reply by Bob Ding - Saturday, October 14, 2017 11:22 AM -
0 Votes
Linq return empty query
= FistDate() andAnswered | 4 Replies | 6376 Views | Created by DiegoB32 - Thursday, February 7, 2008 4:58 PM | Last reply by Sala3 - Monday, February 25, 2008 3:04 PM -
0 Votes
Determining the variable type from a Linq query
element for each person. I have data from a query that relates a person to one or more protocols. For each person in the xml file that I can match using ...Answered | 3 Replies | 3022 Views | Created by ric61 - Tuesday, April 28, 2009 7:22 PM | Last reply by Martin Honnen - Wednesday, April 29, 2009 12:27 PM -
0 Votes
Linq query to empty DataReader
You notice I said example above. It is easier in examples to type "Select * from X" than it it is to type a real ...Answered | 9 Replies | 7880 Views | Created by ReneeC - Sunday, April 20, 2008 3:20 PM | Last reply by Vipresh - Thursday, January 13, 2011 8:49 AM -
0 Votes
Conversion from SQL Query to Linq Joins
I think that some times, trying to translate everything into LINQ is a bit tooooooo much. It can take you quite long to get it right and it can make ...Answered | 2 Replies | 3189 Views | Created by PradeepKumar Gnanavel - Tuesday, September 8, 2009 11:50 AM | Last reply by PradeepKumar Gnanavel - Wednesday, September 9, 2009 8:36 AM -
0 Votes
Convert from SQL query to LINQ
help me to convert sql query to linqProposed | 2 Replies | 732 Views | Created by DataRks - Sunday, July 5, 2020 7:36 PM | Last reply by Melissa Ma - Monday, July 6, 2020 1:28 AM -
0 Votes
How to map a SQL Query to a Linq query
Hello, I would like to be able to map a SQL query, as received by SQLServer to the originating ...Answered | 2 Replies | 3451 Views | Created by MrZhyppo - Thursday, August 28, 2008 8:43 AM | Last reply by Joe Albahari - Friday, August 29, 2008 3:53 AM -
0 Votes
Strange SQL Query from LINQ To SQL
Hello everybody, I think that this LINQ To SQL request outputs a strange SQL ...Answered | 1 Replies | 3600 Views | Created by Michael Delva - Wednesday, January 2, 2008 10:38 AM | Last reply by David Buchanan - Thursday, January 3, 2008 2:02 AM -
0 Votes
Convert from SQL query to LINQ
Hi DataRks, First, concat is the Linq equivalent of union all in SQL. And Viorel provide a coed example to convert ...Unanswered | 4 Replies | 733 Views | Created by DataRks - Thursday, July 2, 2020 10:33 AM | Last reply by Daniel_Zhang-MSFT - Friday, July 3, 2020 7:43 AM -
3 Votes
SQL Query vs VB Query
Hi alltaken, jwavilla has already given a detailed explanation to SQL Query and VB. Just a little additional assumption ...Answered | 2 Replies | 5556 Views | Created by alltaken - Thursday, April 7, 2011 10:28 PM | Last reply by Kee Poppy - Tuesday, April 12, 2011 6:23 AM -
0 Votes
LINQ to SQL Query
Hi, How do I code the following SQL statement in a Linq to SQL statement?Answered | 7 Replies | 3333 Views | Created by ron nash - Saturday, February 2, 2008 10:53 PM | Last reply by bdbodger - Sunday, February 3, 2008 10:46 AM -
0 Votes
SQL query to LINQ
Hi Everyone, Just having a little problem with a sql to linq query. Essentially I have a table where I'm wanting ...Answered | 3 Replies | 3420 Views | Created by Shaun Nesbitt - Tuesday, July 12, 2011 9:01 AM | Last reply by Infotek Andy - Wednesday, July 13, 2011 7:11 PM -
0 Votes
SQL Query To Linq
Please Convert this sql query to ...Answered | 2 Replies | 2237 Views | Created by G.Palanikumar - Monday, September 5, 2011 11:06 AM | Last reply by Alan_chen - Monday, September 5, 2011 1:51 PM -
0 Votes
From SQL to LINQ - filter query
Hello You can apply multiple filters to a LINQ 'dataset' after initial selection. For ...Unanswered | 2 Replies | 6076 Views | Created by a0bscur3 - Tuesday, August 26, 2008 1:10 AM | Last reply by a0bscur3 - Tuesday, August 26, 2008 12:19 PM -
0 Votes
Linq Query with empty string parameter
Hi Folks, i´m searching for a query which can handle empty parameters. My Linq-Query looks like: var ...Proposed | 2 Replies | 1692 Views | Created by Dom2011 - Thursday, February 22, 2018 5:44 PM | Last reply by Zhanglong Wu - Friday, February 23, 2018 5:23 AM -
1 Votes
using LINQ to query custom collection
, Product and Variant. Products is the collection of Product class , Product is the collection of Variant clss. If I have a variantID e.g VAR-12 and I ...Answered | 6 Replies | 4607 Views | Created by Zeeshan Jan - Friday, November 27, 2009 5:40 AM | Last reply by Zeeshan Jan - Thursday, December 3, 2009 3:10 AM -
0 Votes
SQL query to LINQ
I have SQL query: Select * from c_payments Union all Select * from m_payments How can I do the same in ...Answered | 5 Replies | 4713 Views | Created by Yachtsman - Friday, December 1, 2006 6:50 AM | Last reply by Genevieve Warren - Tuesday, December 5, 2006 6:24 PM -
0 Votes
[LINQ to SQL] Stop linq query
260K records SQL database, and the querys take up to 3 second to execute. The ideal were to run the query on a working thread, but being ...Answered | 4 Replies | 5919 Views | Created by nunojpg_ - Wednesday, January 9, 2008 3:15 PM | Last reply by xeonya - Wednesday, December 9, 2009 7:52 PM -
0 Votes
Translating sql query to linq
Hi, Considering the following linq statement: from a in menuitemtier join b in menuitems on a.menuitem equals b.menuitemname ...Answered | 1 Replies | 3499 Views | Created by rv_s - Saturday, September 5, 2009 7:21 PM | Last reply by Bin-ze Zhao - Thursday, September 10, 2009 6:59 AM - Items 1 to 20 of 2929134 Next ›
No announcements