다음을 통해 공유


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 쿼리 옵션입니다.

적용 대상