No announcements
Found 2875139 threads
-
0 Votes
Linq to Dataset
LINQ to DataSet Samples. Fernando (MCSD) If a post answers yourAnswered | 1 Replies | 2907 Views | Created by Ajeesh John - Friday, December 30, 2011 10:35 AM | Last reply by Fernando Soto - MCSD - Friday, December 30, 2011 2:37 PM -
0 Votes
LINQ to DataSet - what is it ?
Dataset are data agnostic. Once the data from your database is in a dataset it has no knowledge of where it came. Linq to DataSet objects work entirely on ...Answered | 2 Replies | 3192 Views | Created by zielony - Friday, July 17, 2009 4:46 PM | Last reply by zielony - Friday, July 17, 2009 5:47 PM -
0 Votes
Examples Not Displaying in LINQ to DataSet Documentation
Instead of actual code snippets for the examples listed in the LINQ to DataSet documentation, there is instead what looks to be code that was meant to pull ... -
0 Votes
LINQ to DataSet examples
would like to be able to place the data into multiple different database vendor relational databases. I am hoping that LINQ ...Answered | 1 Replies | 4168 Views | Created by John Aschenbrenner - Saturday, August 2, 2008 6:18 PM | Last reply by John Aschenbrenner - Monday, August 4, 2008 6:11 PM -
0 Votes
UPDATE or INSERT into multiple tables using LINQ to Dataset.
Hi thenndral, LINQ to DataSet has lots of content, I have a tutorial aboutAnswered | 1 Replies | 5983 Views | Created by thenndral - Wednesday, November 23, 2011 11:34 AM | Last reply by Allen_MSDN - Friday, November 25, 2011 8:29 AM -
1 Votes
Linq to Dataset
Hi Ajeesh; There is not function that will automatically fill a dataset from a Linq query result set. You will need to create the DataTable object and the ...Answered | 5 Replies | 3206 Views | Created by Ajeesh John - Friday, January 6, 2012 9:53 AM | Last reply by Fernando Soto - MCSD - Tuesday, January 10, 2012 3:09 PM -
0 Votes
linq to dataset having sum
=2000000Answered | 1 Replies | 2452 Views | Created by DerStauner - Sunday, July 7, 2013 6:30 PM | Last reply by Elmar Boye - Sunday, July 7, 2013 8:47 PM -
0 Votes
filtering datatable - should i use datavie or linq to dataset
dataview.rowfilter="...' but this method is not the performance method. so, now after i'v introduced to linq to dataset, ... -
0 Votes
ASP.NET LINQ to DataSet
of a stored procedure and a dataset. LINQ would be redundant in such a scenario. Easiest thing is to open a SqlConnection to your server, create an ...Answered | 9 Replies | 4725 Views | Created by Vijay Jadhav - Monday, October 5, 2009 9:38 AM | Last reply by Vijay Jadhav - Tuesday, October 6, 2009 7:23 AM -
0 Votes
Dynamic linq to dataset
How to build small application (like Linq pad) where I can write dynamic linq queries (inside memo) and get dataset/datatable result (bind result to ...Answered | 2 Replies | 4411 Views | Created by Matej Golob - Tuesday, April 14, 2009 7:06 AM | Last reply by Matej Golob - Friday, April 17, 2009 12:02 PM -
0 Votes
Dynamic Linq to DataSet
Hi everyone, Do someone know if I can make a dynamic linq to dataset query in a form like this? var query ...Answered | 2 Replies | 3395 Views | Created by manmando - Tuesday, July 31, 2012 4:35 PM | Last reply by Kuacci - Tuesday, August 7, 2012 7:24 AM -
0 Votes
How to convert var result from LINQ to Dataset
/aconrad/archive/2007/09/07/science-project.aspx but it seems that MS removed this method now. Can anyone let me know how to convert var result from LINQ ...Proposed | 1 Replies | 7159 Views | Created by Rupesh Shivarkar - Wednesday, February 23, 2011 3:16 PM | Last reply by getsrirams - Monday, March 14, 2011 12:06 PM -
0 Votes
Difficult question- LINQ to Dataset !!
I am using LINQ to SQL which works correctly. But its not a clean solution. I need to do LINQ to Dataset if ...Answered | 1 Replies | 3472 Views | Created by agarwasa2008 - Wednesday, August 5, 2009 8:45 PM | Last reply by thepirat000 - Thursday, August 6, 2009 11:01 PM -
0 Votes
linq to dataset group by
Hi, can anybody convert this code to linq to dataset? My problem is, that the result is of anonymous type, but I want a ...Answered | 1 Replies | 495 Views | Created by DerStauner - Wednesday, January 29, 2014 6:42 PM | Last reply by Elmar Boye - Wednesday, January 29, 2014 7:39 PM -
3 Votes
Why Query a dataset (Linq to Dataset)?
like Giedrius and DeborahK said, the technologies always serve what we are doing. In my opinion, LINQ to DataSet can be seen as an extension for LINQ ...Answered | 7 Replies | 3362 Views | Created by rodniko - Tuesday, June 23, 2009 1:55 PM | Last reply by rodniko - Wednesday, June 24, 2009 10:09 AM -
0 Votes
join in linq to dataset
hi all. in my DAL i created a simple join between 2 datatables , using linq to dataset. BUT - what kind of object can i return to my ...Answered | 2 Replies | 2566 Views | Created by shachar8 - Sunday, December 14, 2008 4:26 PM | Last reply by Guo Surfer - Saturday, December 20, 2008 1:59 PM -
0 Votes
what's the use of linq to dataset ?
why getting a dataset with tables from the database and only then use linq to dataset for a more specific data? why dont just ...Answered | 1 Replies | 2861 Views | Created by rodniko - Thursday, January 15, 2009 10:11 PM | Last reply by Jason Kresowaty - Friday, January 16, 2009 1:19 AM -
0 Votes
Linq to dataset problems
Hi Im trying to understand how to effectivly use Linq on my mobile ... -
0 Votes
LINQ to DataSet traversal
Projections are allowed for normal Linq over DataSet queries but not if you are calling AsDataView(). In that case, you are only allowed to do the "Unanswered | 5 Replies | 5139 Views | Created by Julie Lerman - Sunday, November 4, 2007 4:27 PM | Last reply by Diego B Vega [MSFT] - Sunday, May 18, 2008 7:13 PM -
0 Votes
linq to dataset
Try see this example, it's only way I think you can do what you need to do.Answered | 3 Replies | 3972 Views | Created by munmoris - Thursday, February 28, 2008 3:03 PM | Last reply by Pedro Rainho - Friday, February 29, 2008 11:36 AM - Items 1 to 20 of 2875139 Next ›
No announcements