FIeldPersistenceInfo

Posts   
 
    
twaindev avatar
twaindev
User
Posts: 178
Joined: 08-Oct-2007
# Posted on: 28-Jul-2021 14:53:03   

Using 5.8.2, Adapter

In earlier versions I used GetFieldPersistenceInfo() and InsertPersistenceInfoObjects() in a custom DataAccessAdapter to retrieve SQL names and predicates, but these methods are not available anymore.

What is now the best way to retrieve the persistence info?

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 29-Jul-2021 01:08:03   

They have been moved to the QueryCreationManager class.

Please follow the instructions mentioned in the docs(here)

twaindev avatar
twaindev
User
Posts: 178
Joined: 08-Oct-2007
# Posted on: 29-Jul-2021 01:18:36   

Oops, missed that. Thanks for pointing it out.