No announcements
Found 3534727 threads
-
0 Votes
returning multipe datarows from a datatable.search
Hope this helps using Linq.Answered | 3 Replies | 737 Views | Created by CanAnn - Wednesday, February 19, 2014 1:54 PM | Last reply by Venkat786 - Wednesday, February 19, 2014 2:55 PM -
1 Votes
modify the returned column names?
[Australia] RETURN [$Date].Answered | 4 Replies | 2949 Views | Created by Andrew Goodnight - Friday, January 20, 2012 6:33 AM | Last reply by Darren Gosbell - Monday, January 23, 2012 8:26 AM -
0 Votes
returning List<DataRow> from strongly typed Table
You know that the column description of DataRows is in the DataColumns collection of a datatable.Answered | 4 Replies | 967 Views | Created by bmobile - Tuesday, December 23, 2014 5:41 AM | Last reply by bmobile - Tuesday, December 23, 2014 8:57 PM -
3 Votes
How to sort list of datarow?
A Comparer is basically a function that takes two items and returns an integer which describes how they relate (e.g. 0 means they are the same, positive means the ...Answered | 4 Replies | 10383 Views | Created by abc2088 - Friday, August 5, 2011 6:39 PM | Last reply by Reed Kimble - Friday, August 5, 2011 9:03 PM -
0 Votes
DataRow from SqlDataReader
You would have to map data out of the datareader by column ordinal position and map it to a datarow column name or ordinal position using an index and do ...Answered | 2 Replies | 4726 Views | Created by iAMFA - Thursday, August 8, 2013 3:40 AM | Last reply by iAMFA - Thursday, August 8, 2013 5:23 AM -
1 Votes
can we iterate through all columns of datarow and compare with other datarow column value in C#
If you have the same columns collection in both data rows, you can pass the source data row DataColumnCollection and loop over it, then read the column related value from both data ...Answered | 1 Replies | 1204 Views | Created by sandhya1234 - Thursday, January 28, 2016 6:18 AM | Last reply by Fouad Roumieh - Thursday, January 28, 2016 7:53 AM -
1 Votes
Looping DataRow
You don't create a DataRow object.Answered | 5 Replies | 2538 Views | Created by Fos1 - Tuesday, August 10, 2010 9:13 PM | Last reply by Louis.fr - Wednesday, August 11, 2010 12:28 AM -
2 Votes
how to sort a datarow array (returned from datatable.Select) using formatted string date column
1. before generate that datatable transfer that column from string to date 2. before sort that datatable add a new column which transfer ...Answered | 3 Replies | 3177 Views | Created by Our Man In Bananas - Tuesday, April 15, 2014 10:18 AM | Last reply by Risa- - Wednesday, April 16, 2014 2:21 AM -
2 Votes
Can't Add the DataRow to the List<DataRow>
Func<string, IEnumerable<DataRow>> name = (s) => table.Select(@"columnName = '" + s + "'"); List<DataRow> ...Answered | 7 Replies | 4109 Views | Created by Ramkumar.B - Sunday, February 24, 2013 4:20 PM | Last reply by neibala - Thursday, September 4, 2014 2:40 AM -
0 Votes
casting bindingsource.current to datarow returning null
Hi, Try this way: DSWorkOrders.WorkOrder_MasterRow mRow; BS_WorkMaster.AddNew(); the bindingsource ...Answered | 5 Replies | 8726 Views | Created by f00z - Thursday, May 10, 2007 10:02 PM | Last reply by Idolfo - Sunday, December 15, 2013 12:01 AM -
0 Votes
Datetime format value of a column of a datarow
Hi, row[index] return an object and you need to cast it to datetime (row[0] as DateTime).ToString("yyyy-MM-dd HH:mm") If this answer ...Answered | 2 Replies | 16606 Views | Created by sairam132033 - Wednesday, June 3, 2015 2:02 PM | Last reply by sairam132033 - Wednesday, June 3, 2015 3:34 PM -
0 Votes
Help!
You are very helpful!Answered | 4 Replies | 1013 Views | Created by edwardlee007 - Wednesday, April 8, 2015 6:19 AM | Last reply by Fouad Roumieh - Wednesday, April 8, 2015 3:20 PM -
3 Votes
Specifying a column name when returning an XML document
Let me know how you get on.Answered | 6 Replies | 12815 Views | Created by Alex Bleasdale - Monday, July 27, 2009 12:34 AM | Last reply by M. Rys [MSFT] - Monday, July 27, 2009 6:25 PM -
1 Votes
return column names in stored procedure sql 2008
The user will have a series of textboxes that are the column names being returned from select procedures.Answered | 7 Replies | 10058 Views | Created by DaveDB - Wednesday, September 28, 2011 7:31 PM | Last reply by Mariano Gomez - Wednesday, September 28, 2011 8:31 PM -
2 Votes
How to return the column name without the qualifier within MDX
Thanks Shri, That's helpful clarification.Answered | 9 Replies | 4167 Views | Created by Kieran Patrick Wood - Thursday, June 4, 2015 10:27 AM | Last reply by Kieran Patrick Wood - Friday, June 5, 2015 12:33 PM -
0 Votes
Set DataRows in DataTable ReadOnly
How do you think?Answered | 3 Replies | 9128 Views | Created by Ryan0827 - Friday, March 2, 2012 1:51 PM | Last reply by Mike Feng - Thursday, March 8, 2012 3:36 PM -
0 Votes
Help on How to Return DataRow's Column Name
It really helped.Unanswered | 6 Replies | 2218 Views | Created by Anonymous - Tuesday, November 27, 2007 1:11 AM | Last reply by Anonymous - Monday, December 13, 2010 9:41 AM -
6 Votes
converting a datagridviewrow to a datarow
Hope it helps someone.Answered | 16 Replies | 83553 Views | Created by smtraber - Tuesday, March 14, 2006 7:18 AM | Last reply by fs - ab - Saturday, June 4, 2016 3:33 PM -
2 Votes
How to Make a Copy of a DataRow's Values
Moonlight & Andy - Thanks for the help.Answered | 3 Replies | 1216 Views | Created by Cincy Steve - Saturday, April 2, 2016 4:58 PM | Last reply by Cincy Steve - Thursday, April 7, 2016 6:59 PM -
0 Votes
generic method to return the names of the Columns in a table
If you're using POCOs and you want to get the "exposed" columns you can use simple reflection.Answered | 1 Replies | 472 Views | Created by rossman308 - Tuesday, October 15, 2013 2:18 PM | Last reply by CoolDadTx - Tuesday, October 15, 2013 2:52 PM - Items 1 to 20 of 3534727 Next ›
No announcements