QueryOperationResponse.GetContinuation 方法 (IEnumerable)
取得 DataServiceQueryContinuation 物件,其中包含用於擷取指定之集合中下一頁相關實體的 URI。
命名空間: 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
參數
- collection
型別:System.Collections.IEnumerable
正在載入的相關物件集合。
傳回值
型別:System.Data.Services.Client.DataServiceQueryContinuation
指向集合之下一頁的接續物件。
備註
GetContinuation 方法用於取得擷取巢狀結果之下一個結果頁所用的 URI。
當集合是最上層集合時,為 collection 指定 nullnull 參考 (在 Visual Basic 中為 Nothing) 值。