J
John
Hi
I have a strongly typed dataset in my winform app. I need to access a
specific command of a specific query of a specific table adapter of a
specific table in the dataset in my code in one of the forms? How can I
achieve this?
I need something like this;
x = MyDataset.MyTable.MyTableTableAdapter.MyQueryOne.CommandText
Thanks
Regards
I have a strongly typed dataset in my winform app. I need to access a
specific command of a specific query of a specific table adapter of a
specific table in the dataset in my code in one of the forms? How can I
achieve this?
I need something like this;
x = MyDataset.MyTable.MyTableTableAdapter.MyQueryOne.CommandText
Thanks
Regards