GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft
Go To First  |  Previous Question  |  Next Question 
 Microsoft  |  Question 18 of 35    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 -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape