다음을 통해 공유


QueryOperationResponse.GetContinuation 메서드 (IEnumerable)

지정된 컬렉션에서 관련 엔터티의 다음 페이지를 검색하는 데 사용되는 URI가 포함된 DataServiceQueryContinuation 개체를 가져옵니다.

네임스페이스:  System.Data.Services.Client
어셈블리:  Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)

구문

‘선언
Public Function GetContinuation ( _
    collection As IEnumerable _
) As DataServiceQueryContinuation
‘사용 방법
Dim instance As QueryOperationResponse
Dim collection As IEnumerable
Dim returnValue As DataServiceQueryContinuation

returnValue = instance.GetContinuation(collection)
public DataServiceQueryContinuation GetContinuation(
    IEnumerable collection
)
public:
DataServiceQueryContinuation^ GetContinuation(
    IEnumerable^ collection
)
member GetContinuation : 
        collection:IEnumerable -> DataServiceQueryContinuation 
public function GetContinuation(
    collection : IEnumerable
) : DataServiceQueryContinuation

매개 변수

반환 값

유형: System.Data.Services.Client.DataServiceQueryContinuation
컬렉션의 다음 페이지를 가리키는 연속 개체입니다.

주의

GetContinuation 메서드는 중첩된 결과의 다음 결과 페이지를 검색하는 데 사용되는 URI를 가져오는 데 사용됩니다.

컬렉션이 최상위 컬렉션인 경우 collection에 대해 nullnull 참조(Visual Basic에서는 Nothing) 값을 지정합니다.

참고 항목

참조

QueryOperationResponse 클래스

GetContinuation 오버로드

System.Data.Services.Client 네임스페이스