Hi,
What's the usage of 'Add Query' option in the context menu of data adapter that is gernerated from binding source
Does anybody know the answer
Any help is appreciated..
Thanks.
Julia
Hi,
What's the usage of 'Add Query' option in the context menu of data adapter that is gernerated from binding source
Does anybody know the answer
Any help is appreciated..
Thanks.
Julia
Need Urgent Help!!!!!!
AKG
Is that so
Thank you for your input.
If possible could u plz send me an sample of this.
I'm still confused..
When I try this, it generates toolStrip and I don't know what is it for..
Thanks so much..
Regards,
Julia
Sameer Chachad
Max Lock
Hi julia. . .
lets say i generate a table adapter based on a stored procedure. This gives me a particular schema and defines typed methods for filling/getting a datatable using the stored procedure. Over time, I find that I want to reuse the schema, but this time I want to get the data via a different process (perhaps a different stored procedure or a particular view or based on certain criteria.) Add Query allows me to extend the table adapter with a new pair of fill/get methods in addition to the originally generated statements.