K
Kent Ogletree
I have an ArrayList that is filled from an IDataReader. In one function I
need to add one column to this ArrayList. Since the ArrayList is filled at a
lower level in the application and reused by several functions within the
application I do not want to modify it in the stored procedure.
Is there a way to add a collumn to an ArrayList that I have not found yet?
Kent
need to add one column to this ArrayList. Since the ArrayList is filled at a
lower level in the application and reused by several functions within the
application I do not want to modify it in the stored procedure.
Is there a way to add a collumn to an ArrayList that I have not found yet?
Kent