S
shapper
Hello,
I am creating a list as follows:
list<person>users = (from p in database.Users);
I get an error on list saying: "a get or set accessor expected"
What am I doing wrong?
Thanks,
Miguel
I am creating a list as follows:
list<person>users = (from p in database.Users);
I get an error on list saying: "a get or set accessor expected"
What am I doing wrong?
Thanks,
Miguel
