次の方法で共有


CollectionQueryResult<T> クラス

定義

コレクション クエリの結果を表します。

public sealed class CollectionQueryResult<T> : System.Collections.Generic.IEnumerable<T> where T : EntityDescription
type CollectionQueryResult<'T (requires 'T :> EntityDescription)> = class
    interface seq<'T (requires 'T :> EntityDescription)>
    interface IEnumerable
Public NotInheritable Class CollectionQueryResult(Of T)
Implements IEnumerable(Of T)

型パラメーター

T

結果の型。

継承
CollectionQueryResult<T>
実装

プロパティ

ContinuationToken

継続トークンを取得します。

メソッド

GetEnumerator()

コレクションを反復処理する列挙子を返します。

明示的なインターフェイスの実装

IEnumerable.GetEnumerator()

コレクション クエリの結果を表します。

適用対象