Skip to Content
0
Former Member
Jul 30, 2009 at 04:27 AM

Generic Read Method in a class

288 Views

Hi Experts,

I want to create a class which contains a generic READ method. This method will return the records based on the query string and table passed to it as import parameters. The method will first search the records from the BUFFER(static attributes) and if not found in buffer then it will hit the respective Database.

Can any one please help me on this?

Thanks

Shilpa