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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET