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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET