共用方式為


DataServiceBehavior.AcceptProjectionRequests 屬性

定義

取得或設定是否應該接受投影要求。

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 查詢選項來進行。

適用於