IQueryResultEnumerable<T> Interface
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.
The IQueryResultEnumerable{T} interface provides extra details returned with response e.g. total count and next link
public interface IQueryResultEnumerable<out T> : System.Collections.Generic.IEnumerable<out T>
type IQueryResultEnumerable<'T> = interface
interface seq<'T>
interface IEnumerable
Public Interface IQueryResultEnumerable(Of Out T)
Implements IEnumerable(Of Out T)
- T
- Derived
- Implements
Next |
Gets the link to next page of result that is returned in response headers. |
Total |
Gets the total count for all the records that would have been returned ignoring any take paging/limit clause specified by client or server. |
To |
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections. |
Product | Versions |
---|---|
Azure SDK for .NET | Legacy, Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: