次の方法で共有


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 使用して行われます。

適用対象