¡@

Home 

c# Programming Glossary: tblpersoon

Could not find an implementation of the query pattern

http://stackoverflow.com/questions/8215773/could-not-find-an-implementation-of-the-query-pattern

I add a new LINQ to SQL Classes and drag my table called tblPersoon into it. Then in my service file I try to do the following query.. I try to do the following query OperationContract public tblPersoon GetPersoonByID string id var query from p in tblPersoon where.. tblPersoon GetPersoonByID string id var query from p in tblPersoon where p.id id select p .Single But at tblPersoon it gives me..