GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Microsoft
Go To First  |  Previous Question  |  Next Question 
 Microsoft  |  Question 18 of 30    Print  
In ADO.NET how will you filter the columms in a table without using SQL Query

  
Total Answers and Comments: 3 Last Update: August 04, 2007     Asked by: mudduswamy 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 08, 2007 14:13:27   #1  
       

RE: In ADO.NET how will you filter the columms in a ta...
datatable.select(field expression)
 
Is this answer useful? Yes | No
February 09, 2007 07:27:17   #2  
hiral        

RE: In ADO.NET how will you filter the columms in a ta...
In C#dataset.table[0].rows[index]['ColumnName']example ds1.Tables[0].Rows[i]["MileStone_ID"];
 
Is this answer useful? Yes | No
August 04, 2007 06:03:06   #3  
shireef adel        

RE: In ADO.NET how will you filter the columms in a ta...
using DataView object and specifying the selection criteria
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape