Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
/*------------------------------------------------------------------------------
    Purpose: Retrieves data from the backend
    Notes:  
    @param poNamedQuery The INamedQueryParameter that defines a named query
------------------------------------------------------------------------------*/
METHOD PUBLIC VOID RetrieveData (poNamedQuery AS INamedQueryParameter)
 
/*------------------------------------------------------------------------------
    Purpose: Retrieves data from the backend
    Notes:  
    @param pcTables The comma delimited list of the Table Names to retrieve
    @param poNamedQuery The INamedQueryParameter that defines a named query
------------------------------------------------------------------------------*/
METHOD PUBLIC VOID RetrieveData (pcTables AS CHARACTER,
                                 poNamedQuery AS INamedQueryParameter)

 

...

SmartBusinessEntityAdapter

The SmartBusinessEntityAdapter supports the executiokn of named queries by providing the NamedQuery property which can be set before the RetrieveData method is invoked.