¡@

Home 

c# Programming Glossary: workorder

Why does LINQ-to-Entites recognize my custom method?

http://stackoverflow.com/questions/2675536/why-does-linq-to-entites-recognize-my-custom-method

to Entites recognize my custom method This works Entities.WorkOrderSet.Where MyCustomMethod This does not Entities.WorkOrderSet.Where.. MyCustomMethod This does not Entities.WorkOrderSet.Where o MyCustomMethod o Edit Even without new it doesn't.. here is MyCustomMethod public bool MyCustomMethod WorkOrder workOrder return workOrder.WorkOrderNum.StartsWith A StringComparison.CurrentCultureIgnoreCase..