Queryable.Append<TSource>(IQueryable<TSource>, TSource) Method

Definition

Returns a new queryable sequence that contains the elements from source plus the specified element appended at the end.

C#
public static System.Linq.IQueryable<TSource> Append<TSource>(this System.Linq.IQueryable<TSource> source, TSource element);

Type Parameters

TSource

The type of the elements in the queryable sequence.

Parameters

source
IQueryable<TSource>

A queryable sequence.

element
TSource

An element of type TSource to append to source.

Returns

IQueryable<TSource>

A new queryable sequence that contains the elements from source plus the specified element appended at the end.

Exceptions

source is null.

Applies to

Produkt Verzie
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Standard 2.1