다음을 통해 공유


QueryOperationResponse<T>.GetEnumerator 메서드

정의

DataServiceQuery<TElement>를 실행하고 QueryOperationResponse<T> 항목을 가져옵니다.

public System.Collections.Generic.IEnumerator<T> GetEnumerator ();
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T>
Public Function GetEnumerator () As IEnumerator(Of T)

반환

QueryOperationResponse<T> 항목의 컬렉션에 대한 열거자입니다.

구현

설명

Collection(기본 형식) 또는 Collection(complex)의 경우 전체 컬렉션이 호출될 때 구체화됩니다.

적용 대상