Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock/Data
In directory sc8-pr-cvs1:/tmp/cvs-serv6875/DotNetMock/Data
Modified Files:
MockDataReader.cs
Log Message:
Index: MockDataReader.cs
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock/Data/MockDataReader.cs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** MockDataReader.cs 6 Jan 2003 03:51:27 -0000 1.3
--- MockDataReader.cs 13 Jan 2003 04:03:57 -0000 1.4
***************
*** 82,89 ****
#endregion
#region Implementation of IDataReader
-
- /// <summary>
- /// Increments the CloseCalls counter & sets IsClosed property to true
- /// </summary>
public void Close()
{
--- 82,85 ----
***************
*** 109,116 ****
return true;
}
- /// <summary>
- /// Increments ReadCalls counter & increments current row of the Data Reader
- /// </summary>
- /// <returns>True if there are more results, False if there are no more records</returns>
public bool Read()
{
--- 105,108 ----
|