I need to develop a function that takes a SQL query as input and execute this in phone database (SQL Server CE) and return result.
As far I know we can query SQL Server CE in wp7.1 only through LINQ. So is it possible to develop that kind of function?
Please help....