摘要:
原文在 http://msdn.microsoft.com/zh-cn/library/ee707370(v=vs.91)DomainContext 类支持查询、提交和调用这三种域操作. LoadOperation、SubmitOperation 和 InvokeOperationLoadOperation: EntityQuery<Customer> query = from c in _customerContext.GetCustomersQuery() where c.Phone.StartsWith("583") orderby c.LastName 阅读全文