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

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

예외

데이터 서비스에서 HTTP 404: 리소스를 찾을 수 없음 오류가 반환되는 경우

설명

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

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

적용 대상