Link to home
Start Free TrialLog in
Avatar of josephdaviskcrm
josephdaviskcrmFlag for United States of America

asked on

VB.NET - Remove an item from arrData() As DataRow

I create an array of DataRows through the following code
arrDistinctUnitList = dt.Select("Ranking = 2")

I have verified that the arrDistinctUnitList array is filled with the correct data as I intended it to be.  Now I'm wanting to loop through it and remove certain DataRows items from the array.

How would I remove an item from the array?
ASKER CERTIFIED SOLUTION
Avatar of cauos
cauos

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial