다음을 통해 공유


DataServiceQueryContinuation 클래스

페이징된 WCF Data Services 쿼리 결과의 다음 페이지를 반환하는 URI를 캡슐화합니다.

상속 계층

System.Object
  System.Data.Services.Client.DataServiceQueryContinuation
    System.Data.Services.Client.DataServiceQueryContinuation<T>

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

구문

‘선언
Public MustInherit Class DataServiceQueryContinuation
‘사용 방법
Dim instance As DataServiceQueryContinuation
public abstract class DataServiceQueryContinuation
public ref class DataServiceQueryContinuation abstract
[<AbstractClassAttribute>]
type DataServiceQueryContinuation =  class end
public abstract class DataServiceQueryContinuation

DataServiceQueryContinuation 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 NextLinkUri 페이징된 쿼리 결과에서 다음 데이터 페이지를 반환하는 데 사용되는 URI를 가져옵니다.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString 다음 링크 URI를 문자열로 반환합니다. (Object.ToString()을(를) 재정의함)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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

관련 자료

지연된 콘텐츠 로드(WCF Data Services)