DataServiceContext.KeyComparisonGeneratesFilterQuery Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether a Where clause that just compares the key property generates a $filter query option.
public virtual bool KeyComparisonGeneratesFilterQuery { get; set; }
member this.KeyComparisonGeneratesFilterQuery : bool with get, set
Public Overridable Property KeyComparisonGeneratesFilterQuery As Boolean