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 이루어집니다.

적용 대상