Aracılığıyla paylaş


DataServiceBehavior.AcceptProjectionRequests Özellik

Tanım

Projeksiyon isteklerinin kabul edilip edilmeyeceğini alır veya ayarlar.

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

Özellik Değeri

true projeksiyon istekleri destekleniyorsa; aksi takdirde false.

Açıklamalar

Projeksiyon istekleri sorgu seçeneği kullanılarak $select yapılır.

Şunlara uygulanır