BaseCollection<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.
public abstract class BaseCollection<T> : System.Collections.Generic.IEnumerable<T>, System.Linq.IQueryable<T>
type BaseCollection<'T> = class
interface IQueryable<'T>
interface seq<'T>
interface IEnumerable
interface IQueryable
Public MustInherit Class BaseCollection(Of T)
Implements IEnumerable(Of T), IQueryable(Of T)
Type Parameters
- T
- Inheritance
-
BaseCollection<T>
- Derived
- Implements
Constructors
BaseCollection<T>(MediaContextBase) |
Properties
ElementType | |
Expression | |
MediaContext | |
Provider | |
Queryable |
Methods
GetEnumerator() |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Extension Methods
AsTableQuery<TElement>(IQueryable<TElement>) |
Specifies that a query be returned as a TableQuery object. |
Resolve<TElement,TResolved>(IQueryable<TElement>, EntityResolver<TResolved>) |
Specifies an entity resolver for the query. |
WithContext<TElement>(IQueryable<TElement>, OperationContext) |
Specifies an OperationContext for the query. |
WithOptions<TElement>(IQueryable<TElement>, TableRequestOptions) |
Specifies a set of TableRequestOptions with which the query will be executed. |
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. |