score:2
Only key properties are allowed to appear in the parentheses after the entity set name. If you are using non-key property to find the entry, you have to use the filter. This is how client works, and it is correct behavior.
In your case, I would suggest either customize client code or update the service code to support the filter, if you can.
Source: stackoverflow.com
Related Articles
- Return a single entity from OData - .Net
- LINQ to Entities - How to return a single string value from entity
- c# Linq or code to extract groups from a single list of source data
- Which LINQ statements force Entity Framework to return from the DB?
- How to understand the following C# linq code of implementing the algorithm to return all combinations of k elements from n
- Return Count from Netflix oData Service When the LINQ Count() Method Doesn't Work
- Removing a single item from an enumerable source when the items are equal
- Return parent and children in single entity framework query WITHOUT returning IQueryable or IEnumerable?
- Linq return all records from entity where a field contains one or more words from a list
- creating Linq to sqlite dbml from DbLinq source code
- .NET service OData return anonymous type from LINQ query
- How can I return if an optional navigation property exists from an Entity Framework Query?
- How do I return single data from primary table and multiple entries in second table nested after join
- Create a entity framework LINQ group join query to return a subset of properties from DTO and a list of another DTO, ASP.net core
- How to return values from a LINQ query and display them in a table using C#, ASP.NET MVC and Entity Framework
- Return final result from stored procedure in Entity Framework
- Select a single object from Entity IQueryable List of object
- Return value of one field from Database[ Entity Framework ] [ ASP.NET MVC ]
- C# Entity Framework return list from nested object
- How to query the average from a certain property in an Entity and return it in a List of List of objects in LINQ?
- Return index and object from list on a single query?
- How to return distinct rows from and Entity with related Entities
- Return Multiple Objects from a Single Record using LINQ to SQL
- How do I return a single entity with a self-join using LINQ (in VB.NET)?
- How to return single value from anonymous Linq.Expressions.Expression
- How can I return a single value integer from Linq from an array of objects that have other nested values
- LINQ conditional select from table and return multiple column as a single list
- How to return two values from single methods and set two parent class property calling function 1 time?
- IQueryable two tables from Code First Entity Framework
- How to convert the return type of the model data from Product entity to ProductViewModel objects using LINQ select?
- Project attribute values
- Linq to XML Nested tags join issue
- linq filter columns rather than data
- Getting maximum date and return default date when table is empty
- C# Linq GroupBy
- Error with linq join
- Entity Framework Ordering Navigate Objects
- Dynamic Linq Library can’t handling duplicate alias column names
- How to include() nested child entity in linq
- Linq with update query
- Filtering a datasource on Click Event
- Make .dbml file in a class library use connectionstring from config file without subclassing it
- Linq Nullable object must have a value. errors in .NET 6 and EF Core
- LINQ: Cannot get more than two Where clauses to work
- How to cut DataTable's Columns by using a string array?
- How do I write a linq to sql query to find records where field name can match one of dynamic number of strings?
- Linq query to remove the first entry with value > 0 in dictionary, when all subsequent values are zero
- Get records from table and related related table using Linq to entity
- YaLinqo - Get correct result for where clause containing equals operator
- Group and Order Dataset