DataServiceBehavior.AcceptProjectionRequests 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定是否應該接受投影要求。
public:
property bool AcceptProjectionRequests { bool get(); void set(bool value); };
public bool AcceptProjectionRequests { get; set; }
member this.AcceptProjectionRequests : bool with get, set
Public Property AcceptProjectionRequests As Boolean
屬性值
如果支援投影要求則為 true
,否則為 false
。
備註
投影要求是使用 $select
查詢選項來進行。