G
Guest
Group,
I'm familiar with VB, but this question applies to C#.
I'm doing walk thru in C# and it ask me to declare a new dataset named
authors.
// C#
DataSet dsAuthors = new DataSet("authors");
I'm not sure where to put it.
Also, I'm pretty sure that there are different scope on where i declare this
dataset, but when past the information above, the first word "DataSet" gets
underline like an error: A namespace does not directly contain members such
as fields or method.
Please explain to what that ment.
Thanks in advance.
I'm familiar with VB, but this question applies to C#.
I'm doing walk thru in C# and it ask me to declare a new dataset named
authors.
// C#
DataSet dsAuthors = new DataSet("authors");
I'm not sure where to put it.
Also, I'm pretty sure that there are different scope on where i declare this
dataset, but when past the information above, the first word "DataSet" gets
underline like an error: A namespace does not directly contain members such
as fields or method.
Please explain to what that ment.
Thanks in advance.