DataServiceBehavior.AcceptProjectionRequests プロパティ
プロジェクション要求が受け入れられるかどうかを取得または設定します。
名前空間: System.Data.Services
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
Public Property AcceptProjectionRequests As Boolean
Get
Set
'使用
Dim instance As DataServiceBehavior
Dim value As Boolean
value = instance.AcceptProjectionRequests
instance.AcceptProjectionRequests = value
public bool AcceptProjectionRequests { get; set; }
public:
property bool AcceptProjectionRequests {
bool get ();
void set (bool value);
}
member AcceptProjectionRequests : bool with get, set
function get AcceptProjectionRequests () : boolean
function set AcceptProjectionRequests (value : boolean)
プロパティ値
型: System.Boolean
プロジェクション要求がサポートされる場合は true、それ以外の場合は false。
説明
プロジェクション要求には、$select クエリ オプションが使用されます。