Remove DataServiceContext.KeyComparisonGeneratesFilterQuery in the next breaking change release. This was added so as not to break existing clients.
|
/// <summary> |
|
/// Indicates whether a Where clause that just compares the key property generates a $filter query option. |
|
/// </summary> |
|
public virtual bool KeyComparisonGeneratesFilterQuery |
|
{ |
|
get { return this.keyComparisonGeneratesFilterQuery; } |
|
set { this.keyComparisonGeneratesFilterQuery = value; } |
|
} |
Assemblies affected
Which assemblies and versions are known to be affected e.g. OData .Net lib 7.x
Reproduce steps
The simplest set of steps to reproduce the issue. If possible, reference a commit that demonstrates the issue.
Expected result
What would happen if there wasn't a bug.
Actual result
What is actually happening.
Additional detail
Optional, details of the root cause if known. Delete this section if you have no additional details to add.
Remove
DataServiceContext.KeyComparisonGeneratesFilterQueryin the next breaking change release. This was added so as not to break existing clients.odata.net/src/Microsoft.OData.Client/DataServiceContext.cs
Lines 684 to 691 in 59cc9b6
Assemblies affected
Which assemblies and versions are known to be affected e.g. OData .Net lib 7.x
Reproduce steps
The simplest set of steps to reproduce the issue. If possible, reference a commit that demonstrates the issue.
Expected result
What would happen if there wasn't a bug.
Actual result
What is actually happening.
Additional detail
Optional, details of the root cause if known. Delete this section if you have no additional details to add.