datagridview based on select statement

lional

Member
Joined
Apr 10, 2012
Messages
16
Programming Experience
Beginner
Hi All
Is it possible to filter a datagrid view based on a SQL Select statement

Thanks

lional
 
You can set the datasource of your datagrid to a DataView which has a rowFilter property... it's not full blown SQL, but is flexible enough for most situations.
 
Back
Top