The Fetch method on page 89 of the eBook does not contain the call to MarkOld even though the text says it should. The template code on page 87 does have the call to MarkOld.
Private Sub Fetch(ByVal dr As SafeDataReader)
mId = dr.GetInt32("Id")
mName = dr.GetString("Name")
'need a call to MarkOld() here!
End Sub
Joe
Rocky,
Looking for some feedback on this.
Joe
Copyright (c) Marimer LLC