G
Guest
Hi;
For a single DbConnection, can I call DbCommand.ExecuteReader() for several
selects and then for each reader call Read() and iterate through the rows. I
have a situation where for my outer reader, for each row I need to call a
select and iterate through the inner list of rows.
For a single DbConnection, can I call DbCommand.ExecuteReader() for several
selects and then for each reader call Read() and iterate through the rows. I
have a situation where for my outer reader, for each row I need to call a
select and iterate through the inner list of rows.