Gilles, you changed the using() blocks to try/catch/finally so the IDataReader could be passed by ref. Why does IDataReader and resultObject need to be passed by ref?
Do we need the catch blocks? Shouldn't it be just try/finally?
Gilles, you changed the using() blocks to try/catch/finally so the IDataReader could be passed by ref. Why does IDataReader and resultObject need to be passed by ref?
Do we need the catch blocks? Shouldn't it be just try/finally?