ODataUriParser.EnableNoDollarQueryOptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
是否未啟用任何貨幣查詢選項。 如果啟用,系統查詢選項的 '$' 前置詞會變成選擇性。 例如,在此案例中,「select」 和 「$select」 是相等的。
public bool EnableNoDollarQueryOptions { get; set; }
member this.EnableNoDollarQueryOptions : bool with get, set
Public Property EnableNoDollarQueryOptions As Boolean