How to retrieve the third table value from the data set?
Answers were Sorted based on User's Feedback
Answer / bala.r
ds.Tables[2].Rows[SpecificRow][SpecificColumn].ToString();
// SpecificRow- is an Row Index
// SpecificColumn - is either DataColumn or Column Name in
string or Column Index
Is This Answer Correct ? | 13 Yes | 3 No |
Answer / denial gonzalvis
ds.tables[2].rows[w.rowindex].datacolumn.tostring();
Is This Answer Correct ? | 2 Yes | 4 No |
What is the significance of CommandBehavior.CloseConnection ?
What is microsoft ole db provider for sql server?
Explain the ADO . Net Architecture ?
Can we do database operations without using any of the ado.net objects?
What is the difference in an abstract class and an interface?
Which property is used to check whether a DataReader is closed or opened?
What is linq and entity framework?
What are the methods of XML dataset object?
Which object of ado contains datarow datacolumn collection?
How to pass multiple tables in datasets simultaneously?
Which provider is used to connect ms access, oracle, etc…?
What is ado net stands for?