Posts by Mike • 11 points
1 post
-
1
votes1
answer348
viewsQ: How do I edit an element of this array?
I have an array this way: List<dynamic> business_list = new List<dynamic>(); business_list.Add(new { business_Name = reader.GetString("name"), business_OwnerID =…