G
Guest
Can someone help me understand how to use this example from MS in my code:
string cityValue = "Seattle";
customersTableAdapter.FillByCity(northwindDataSet.Customers, cityValue);
I am not sure where "FilByCity" comes from or is referenced? I only se
"fill" as a choice for the tableadapter.
What I am triying to do is programmatically return a value based on another
but I am not sure how to assign a AQL statement in C#. In VB is was easy. I
want to do something liek this:
SELECT CommandString from Commands where Command = "Armed Away"
string cityValue = "Seattle";
customersTableAdapter.FillByCity(northwindDataSet.Customers, cityValue);
I am not sure where "FilByCity" comes from or is referenced? I only se
"fill" as a choice for the tableadapter.
What I am triying to do is programmatically return a value based on another
but I am not sure how to assign a AQL statement in C#. In VB is was easy. I
want to do something liek this:
SELECT CommandString from Commands where Command = "Armed Away"