Click here to Skip to main content
15,919,121 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Functionality of dataset method - select() what is its purpose


can any one of u tell me the purpose of the select method in dataset class

thank u
Posted
Updated 7-Sep-11 23:39pm
v2

1 solution

I guess you are looking for DataTable.Select() Method. This help to filter the DataRow based on filter criteria
DataTable.Select Method (String)[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900