I'm using the following query:
我正在使用以下查询:
return (
from c in dataContext.Contacts
where c.ContactID == contactID
select c
).SingleOrDefault();
I'm using the following query:
我正在使用以下查询:
return (
from c in dataContext.Contacts
where c.ContactID == contactID
select c
).SingleOrDefault();