Improve DOC for Instantiating a TypedView mapped to SP

Posts   
 
    
Rosacek
User
Posts: 155
Joined: 18-Mar-2012
# Posted on: 09-Mar-2016 15:13:24   

Hi, I would ask to add clear notice into DOC, that when using catalog overwriting then we should use this style:

RetrievalProcedures.FetchOrdersResultTypedView(adapter, tvOrders,param1)

instead of DOC mentioned:

adapter.FetchTypedView(customersTv, RetrievalProcedures.GetQueryForCustomersOnCountryTypedView("USA"))

Issue was discussed eg. on http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=21486&HighLight=1

DOC link: http://www.llblgen.com/documentation/4.2/LLBLGen%20Pro%20RTF/Using%20the%20generated%20code/Adapter/Using%20TypedViews,%20TypedLists%20and%20Dynamic%20Lists/gencode_usingtypedview_adapter.htm#resultset

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 09-Mar-2016 15:47:41   

Good point, will fix this before v5.

Frans Bouma | Lead developer LLBLGen Pro