Number of records in SqlCeResultSet

  • Thread starter Thread starter Veprus
  • Start date Start date
V

Veprus

I have a SqlCeResultSet which i bind to DataGrid. Is there a way to
somehow retrieve a number of records that was "Selected" with the SQL
query? (I assume that the information has to be available somewhere,
because the DataGrid adjusts its vertical scrollbar according to
number of results)
 
Hi,
The above info are very useful.

Now am facing a problem that how to get the properties in a SqlCeResultSet class using Property driscriptor??

Thanks in advance..
 
Back
Top