QueryableMethodTranslatingExpressionVisitor.TranslateConcat Method

Definition

Translates Concat<TSource>(IQueryable<TSource>, IEnumerable<TSource>) method over the given source.

C#
protected abstract Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression TranslateConcat (Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source1, Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source2);
C#
protected abstract Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression? TranslateConcat (Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source1, Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source2);

Parameters

source1
ShapedQueryExpression

The shaped query on which the operator is applied.

source2
ShapedQueryExpression

The other source to perform concat.

Returns

The shaped query after translation.

Applies to

Product Versions
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0