C# Using a bidimensional array dinamically

  • Thread starter Thread starter IsmaelJunior
  • Start date Start date
I

IsmaelJunior

Guest
I’m developing a C# program that has a function that executes a “Select” command in a table and returns a number of registries. I pass to the function a list with the columns that I need and an array to receive the data. This array has 2 dimensions: 1 for the columns and the other for the results. My problem is that I don’t know how many registries will be retrieved and, therefore I can’t establish the size of the array. Does anyone have a suggestion on how I can do this? Thanks.

Continue reading...
 
Back
Top