Share via


ODataUriParser.EnableNoDollarQueryOptions Property

Definition

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

Property Value

Applies to