No announcements
Found 2774230 threads
-
0 Votes
CopyToDataTable in LINQ - how?
It appears that CopyToDataTable in Linq has been removed the final release edition?Answered | 6 Replies | 19731 Views | Created by Grzesiek23 - Sunday, March 23, 2008 11:27 PM | Last reply by Fabrice MARGUERIE - Friday, July 4, 2008 9:40 AM -
0 Votes
CopyToDataTable in LINQ - how?
can not convert IQuerynumerable (LINQ query) to DataTable. Can anyone explain me how to do this or how to use CopyToDataTable? Cause I can not ...Answered | 3 Replies | 8590 Views | Created by Grzesiek23 - Sunday, March 23, 2008 11:27 PM | Last reply by peteog - Monday, March 24, 2008 10:30 AM -
0 Votes
linq primarykey
seeing as how the linq extension CopyToDataTable exists but has one small problem(it doesn't define a primarykey) does anyone -
0 Votes
How to use CopyToDatatable to an existing TYPED datatable
set of IEnumerable of DataRow or two the CopyToDatatable you are using is one developed in your company. As for the second question, "How can i use ...Answered | 1 Replies | 5776 Views | Created by arzamm - Wednesday, July 6, 2011 5:28 PM | Last reply by Fernando Soto - MCSD - Wednesday, July 6, 2011 6:22 PM -
0 Votes
Creating a DataTable From a Query (LINQ to DataSet) using CopyToDataTable - VS2008 .NET 3.5 SP1
Hello, I am trying to create a dataset from a LINQ query using CopyToDataTable method, but it -
0 Votes
LINQ CopyToDataTable not displaying
cluase, the AsDataView(),CopyToDataTable() method's not displaying when i press DOT symbol,why it is not displaying? how to resolve this? Thanks ...Answered | 2 Replies | 2939 Views | Created by Jey-YoYo - Monday, October 8, 2012 5:02 AM | Last reply by Jey-YoYo - Monday, October 8, 2012 9:22 AM -
0 Votes
DataSet from WebService with LINQ
how to return a typed DataTable? I know I could iterate through all DataRows in productlist and import the rows to the typed datatable, but there must be a better ... -
0 Votes
How to translate my LINQ code to sql query
How to translate below LINQ to sql. in this LINQ i am joining a datatable & linq. here i will return those data from ...Proposed | 1 Replies | 296 Views | Created by Sudip_inn - Saturday, September 14, 2019 5:53 AM | Last reply by Kareninstructor - Saturday, September 14, 2019 10:24 AM -
0 Votes
LINQ CopyToDataTable Extension methods not working
Once again, you have made a mistake. I didn't imply anything I stated that the MSDN forums does not have a dedicated Linq form, which are the facts like it use to have ...Answered | 23 Replies | 1215 Views | Created by George Heinrich - Thursday, August 20, 2015 2:49 PM | Last reply by DA924 - Thursday, August 20, 2015 10:52 PM -
0 Votes
Logic Flaw in CopyToDataTable?
CopyToDataTable, how do you access a row's original value for any particular column? If the row was inserted, trying to access its original version will throw an exceptionAnswered | 7 Replies | 4661 Views | Created by Joe Rattz - Thursday, May 31, 2007 5:27 AM | Last reply by Joe Rattz - Thursday, August 16, 2007 1:56 AM -
0 Votes
Datatable from dynamic (non-generic) linq result
>How can I make a DataTable from a dynamic Linq result? Or, how can I (using reflection or otherwise) iterate through a linq query result, includingUnanswered | 1 Replies | 571 Views | Created by nob0dy - Wednesday, February 6, 2019 8:05 AM | Last reply by Zhanglong Wu - Thursday, February 7, 2019 3:19 AM -
0 Votes
linq to dataset group by
German, please take a look at some older discussion in the german forums: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 -
0 Votes
CopyToDataTable Problem
Hello, Since you use anonymous types, I would recommend you Call ToList() to store it in memory for later use. For example, in your case, var dt ...Answered | 1 Replies | 5281 Views | Created by GoFaster - Wednesday, October 6, 2010 6:28 PM | Last reply by liurong luo - Tuesday, October 12, 2010 8:29 AM -
0 Votes
copytodatatable error
procedures out there, I thought I would share this simple example (VB) of calling a "SelectAll" SPROC from a LINQ to SQL interface: Set up a LINQ ...Proposed | 3 Replies | 10594 Views | Created by Masi - Thursday, January 15, 2009 12:42 AM | Last reply by zooblegoo - Thursday, December 3, 2009 6:34 PM -
0 Votes
CopyToDataTable
Use the fill method instead. It doesn't clear existing data it just add rows to the destination datatable in a dataset unless u explicitly use .clear method of that datatable object you want ...Answered | 1 Replies | 3877 Views | Created by Rockeyey - Tuesday, November 2, 2010 2:18 PM | Last reply by Rockeyey - Thursday, November 4, 2010 1:49 PM -
0 Votes
CopyToDatatable Column order
CopyToDatatable for generating dynamic excel-exports out of LINQ-queries (SQL). In our LINQ-queriesAnswered | 2 Replies | 4687 Views | Created by whaleshark - Wednesday, April 30, 2008 9:26 AM | Last reply by whaleshark - Wednesday, April 30, 2008 8:34 PM -
0 Votes
Linq results into a datatable
Ed, While there are some good examples of how to do this out there, there is nothing built in. See theAnswered | 4 Replies | 9025 Views | Created by Ed209 - Friday, November 23, 2007 11:26 AM | Last reply by Erick Thompson - MSFT - Wednesday, November 28, 2007 10:02 PM -
0 Votes
Question about How to: Implement CopyToDataTable<T>
CopyToDataTable() methods as extension methods (like it shows in the article), then you should be using the methods like this: DataTable newMessageTableAnswered | 13 Replies | 836 Views | Created by Carneno - Friday, June 17, 2016 3:07 PM | Last reply by BonnieB - Wednesday, June 22, 2016 8:38 PM -
2 Votes
Linq to datatable in VB.NET - need help with enumeration and copytodatatable
' Linq query "query" returns an IEnumerable(Of Anonymous) type CopyToDataTable() ' can not be used and in fact there is noAnswered | 7 Replies | 6512 Views | Created by dobbinjp - Friday, January 13, 2012 11:02 PM | Last reply by thepirat000 - Sunday, January 15, 2012 12:30 AM -
0 Votes
MS Internet Explorer lags badly with Linq to Entities result set data binding. Firefox and Chrome work like a charm.
. Here's how I know it has to do with my IQueryable as the binding source: Old code: 1. Call a stored procedure using - Items 1 to 20 of 2774230 Next ›
No announcements