Skip to content

Remove DataServiceContext.KeyComparisonGeneratesFilterQuery in the next breaking change release. #2208

Open
@KenitoInc

Description

@KenitoInc

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions