Posts by Marcos muekita • 7 points
2 posts
-
-2
votes1
answer124
viewsA: Datatable Lento
try to get Xpression out of the foreach, something like that: ... DataSet dsParam; DataTable dt = dsParam.Tables["Endereco"]; DataRow[] rows; string expression = string.Format("ID = {0} AND…
c#answered Marcos muekita 7 -
1
votes1
answer124
viewsQ: Datatable Lento
Good Afternoon, You Guys I have the routine below. I would need to streamline this routine it takes a long time to process, someone would tell me how I could do it ? The Select performed in the…
c#asked Marcos muekita 7