Linq IQueryable variables
- by kevinw
Hi i have a function that should return me a string but what is is doing is bringing me back the sql expression that i am using on the database
what have i done wrong
public static IQueryable XMLtoProcess(string strConnection)
{
Datalayer.HameserveDataContext db = new HameserveDataContext(strConnection);
var xml = from x in…