QueryOperationResponse.GetContinuation<T> 메서드 (IEnumerable<T>)
지정된 컬렉션에서 관련 엔터티의 다음 페이지를 검색하는 데 사용되는 URI가 포함된 DataServiceQueryContinuation<T> 개체를 가져옵니다.
네임스페이스: System.Data.Services.Client
어셈블리: Microsoft.Data.Services.Client(Microsoft.Data.Services.Client.dll)
구문
‘선언
Public Function GetContinuation(Of T) ( _
collection As IEnumerable(Of T) _
) As DataServiceQueryContinuation(Of T)
‘사용 방법
Dim instance As QueryOperationResponse
Dim collection As IEnumerable(Of T)
Dim returnValue As DataServiceQueryContinuation(Of T)
returnValue = instance.GetContinuation(collection)
public DataServiceQueryContinuation<T> GetContinuation<T>(
IEnumerable<T> collection
)
public:
generic<typename T>
DataServiceQueryContinuation<T>^ GetContinuation(
IEnumerable<T>^ collection
)
member GetContinuation :
collection:IEnumerable<'T> -> DataServiceQueryContinuation<'T>
JScript는 제네릭 형식 및 메서드를 지원하지 않습니다.
유형 매개 변수
- T
컬렉션에 있는 항목의 형식입니다.
매개 변수
- collection
유형: System.Collections.Generic.IEnumerable<T>
로드할 관련 개체의 컬렉션입니다.
반환 값
유형: System.Data.Services.Client.DataServiceQueryContinuation<T>
컬렉션의 다음 페이지를 가리키는 연속 개체입니다.