I want create a generic (general) method which accepts the return types of LINQ 2 SQL query (a list of objects- IEnumerable) against different table as the parameter of the function. How can I define my parameter for the function ? I will use this function to bind the data to a grid.
Share
I got the answer here