Hi I am creating a simple c# application for my PocketPC. I have a DataGrid
that is bound to a sql server CE database file, all this was automatically
created by the visual studio designer. The data shows ok in the DataGrid.
What I want to do is to change the property SelectCommand , but I can't find
this property in any of the objects, I searched the Dataset object, the
BindingSource and the TableAdapter.
Where can I find my SelectCommand, UpdateCommand and InsertCommand
properties?
Thanks,
Alex
|