DataServiceQuery.Execute 메서드

정의

데이터 서비스에 대해 쿼리를 실행합니다.

public:
 System::Collections::IEnumerable ^ Execute();
public System.Collections.IEnumerable Execute();
override this.Execute : unit -> System.Collections.IEnumerable
member this.Execute : unit -> System.Collections.IEnumerable
Public Function Execute () As IEnumerable

반품

IEnumerable<T> 쿼리 작업의 결과를 포함하는 항목입니다.

예외

데이터 서비스가 HTTP 404를 반환하는 경우: 리소스를 찾을 수 없음 오류입니다.

설명

Execute 메서드는 지정된 데이터 서비스 쿼리를 실행하는 데 사용됩니다.

이 메서드는 Execute 데이터 서비스로 설정된 HTTP GET 요청을 생성합니다.

적용 대상