Public Overridable Function getAll(ByVal pOrderCol As Collection, ByVal pOrderAscCol As Collection) As CPersistentCollection
...
'Line retired: obCursor.HoldsProxies = False obCursor = obRC.perform(Me)
End Function
I've also changed the code slightly to retrieve full objects in the criteria (but not to retrieve associations).
Log in to post a comment.
Public Overridable Function getAll(ByVal pOrderCol As Collection, ByVal pOrderAscCol As Collection) As CPersistentCollection
...
'Line retired: obCursor.HoldsProxies = False
obCursor = obRC.perform(Me)
...
End Function
I've also changed the code slightly to retrieve full objects in the criteria (but not to retrieve associations).