CollectionQueryResult<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
ContinuationToken |
Gets the continuation token. |
Methods
GetEnumerator() |
Returns an enumerator that iterates through the collection. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.