[FIXED] Incomplete <param> documentation comment tag

Posts   
 
    
David H
User
Posts: 100
Joined: 31-Dec-2004
# Posted on: 31-Dec-2004 04:14:26   

The entity base Save methods have incomplete <param> tag:

' // <param name="updateRestriction">Predicate expression, meant for concurrency checks in an Update query. Will be ignored when the entity is
Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 31-Dec-2004 11:09:15   

EntityBase.Save(..) ? I don't see any missing tag there. Or do you mean two-class scenario and then the entitybase.save() method?

Frans Bouma | Lead developer LLBLGen Pro
GabeNodland avatar
Posts: 65
Joined: 31-Dec-2004
# Posted on: 11-Jan-2005 00:49:45   

I am experiencing this also in the 2 class scenario, with SQL server.

I'm sure this would be easy to correct if I spent some time learning the template studio, but is there an easier way, like opening a file and making a simple change?

A point in the right direction would be appreciated.

just for reference this is in EntityBase save

<param name="updateRestriction">Predicate expression, meant for concurrency checks in an Update query. Will be ignored when the entity is (....missing text and end param tag)
...
Public Overloads Overrides Function Save(updateRestriction As IPredicate, recurse As Boolean) As Boolean

Thank You,

Gabe Nodland

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 11-Jan-2005 09:30:14   

Updated in the template files. I'll upload a new archive later today.

Frans Bouma | Lead developer LLBLGen Pro