QueryOperationResponse.GetContinuation<T> 方法 (IEnumerable<T>)
取得 DataServiceQueryContinuation<T> 物件,其中包含用於擷取指定之集合中下一頁相關實體的 URI。
命名空間: 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>
指向集合之下一頁的接續物件。