D
Dune
I'm trying to implement my own version of a datareader in
vb .net using the following example:
http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/cpguide/html/cpcontemplatedatareadervb.asp
I get the following error:
'TestCustomDataReader.CustomSqlDataReader' must
implement 'Overridable Overloads Sub Dispose()' for
interface 'System.IDisposable'.
So I'm wondering...what is the correct way to implement
the Dispose() method?
vb .net using the following example:
http://msdn.microsoft.com/library/default.asp?
url=/library/en-
us/cpguide/html/cpcontemplatedatareadervb.asp
I get the following error:
'TestCustomDataReader.CustomSqlDataReader' must
implement 'Overridable Overloads Sub Dispose()' for
interface 'System.IDisposable'.
So I'm wondering...what is the correct way to implement
the Dispose() method?