C
craigkenisston
Im trying to follow the data tutorials by Scott Mitchell in the asp.net
website.
In the number 2, there's about the creating of a BLL.
Then suddenly it creates a class with a using declaration like:
"using NorthwindTableAdapters;"
There's no place explained where he got this name. I know there's a
Northwind DataSet, and that contains table adapters, but where is the
NorthwindTableAdapters namespace declared?
website.
In the number 2, there's about the creating of a BLL.
Then suddenly it creates a class with a using declaration like:
"using NorthwindTableAdapters;"
There's no place explained where he got this name. I know there's a
Northwind DataSet, and that contains table adapters, but where is the
NorthwindTableAdapters namespace declared?