I am creating a repository pattern in .NET. I want to pass in the SQL statement then return the results as a list. Want to make it so I'm not setting it to an object so the select can be used anywhere and not limited to what is calling it.
Any ideas?
Visual Basic.NET.NET ProgrammingLINQ Query