Quantcast
Viewing latest article 1
Browse Latest Browse All 12

Re: DataView RowFilter vs SQL WHERE

Just thinking out loud here: can you programatically add to a regex match collection, similar to List.Add?

Or write the Regex Match Collection groups to a list. Can a list store multiple 'parts':

List entry 1: Part 1, Part 2, Part 3, Part 4, Part 5
List entry 2: Part 1, Part 2, Part 3, Part 4, Part 5
List entry 3: Part 1, Part 2, Part 3, Part 4, Part 5

Then do a foreach on the list:

foreach (string item in List)
{
	Response.Write(part1);
	Response.Write(part2);
	Response.Write(part3);
	Response.Write(part4);
	Response.Write(part5);
}


Viewing latest article 1
Browse Latest Browse All 12

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>