TableQuerySegment<TElement> Class

Definition

public class TableQuerySegment<TElement> : System.Collections.Generic.IEnumerable<TElement>
type TableQuerySegment<'Element> = class
    interface seq<'Element>
    interface IEnumerable
Public Class TableQuerySegment(Of TElement)
Implements IEnumerable(Of TElement)

Type Parameters

TElement
Inheritance
TableQuerySegment<TElement>
Implements

Properties

ContinuationToken
Results

Methods

GetEnumerator()

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to