Share via


CollectionQueryResult<T> Class

Definition

Represents a collection query result.

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)

Type Parameters

T

The type of the result.

Inheritance
CollectionQueryResult<T>
Implements

Properties

Name Description
ContinuationToken

Gets the continuation token.

Methods

Name Description
GetEnumerator()

Returns an enumerator that iterates through the collection.

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator()

Extension Methods

Name Description
ArrayContainsAll<T>(IEnumerable<T>, Object[])

Returns whether all values are present in the array.

ArrayContainsAny<T>(IEnumerable<T>, Object[])

Returns whether any values are present in the array.

Applies to