I am doing a dynamic sql query, in which I use lists, my problem is, how to know which last element of this list
Follow the code you have made so far:
List<string> campos = new List<string>();
campos.Add("id");
campos.Add("desc...
asked by
25.06.2015 / 15:42