ODataUriParser.EnableNoDollarQueryOptions 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.
Whether no dollar query options is enabled. If it is enabled, the '$' prefix of system query options becomes optional. For example, "select" and "$select" are equivalent in this case.
public bool EnableNoDollarQueryOptions { get; set; }
member this.EnableNoDollarQueryOptions : bool with get, set
Public Property EnableNoDollarQueryOptions As Boolean