GetFieldPersistenceInfo not in class DataAccessAdapterBase

Posts   
 
    
Fedepaka
User
Posts: 1
Joined: 12-Apr-2022
# Posted on: 13-Apr-2022 21:38:09   

hi

In our code, using version 5.2, we have implemented a method as follows:

// __LLBLGENPRO_USER_CODE_REGION_START CustomDataAccessAdapterCode
        public IFieldPersistenceInfo GetFieldPersistenceDetails(IEntityField2 field)
        {
            return base.GetFieldPersistenceInfo(field);
    }
// __LLBLGENPRO_USER_CODE_REGION_END

But it turns out that in the base class generated by version 5.9, in our migration, the base class method "GetFieldPersistenceInfo" is no longer available.

How is it possible to fix this?

Thank you very much

Walaa avatar
Walaa
Support Team
Posts: 14946
Joined: 21-Aug-2005
# Posted on: 14-Apr-2022 04:35:18