次の方法で共有


QueryableMethodTranslatingExpressionVisitor.TranslateIntersect メソッド

定義

メソッドを Intersect<TSource>(IQueryable<TSource>, IEnumerable<TSource>) 指定されたソースに変換します。

protected abstract Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression TranslateIntersect (Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source1, Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source2);
protected abstract Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression? TranslateIntersect (Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source1, Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression source2);
abstract member TranslateIntersect : Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression * Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression -> Microsoft.EntityFrameworkCore.Query.ShapedQueryExpression
Protected MustOverride Function TranslateIntersect (source1 As ShapedQueryExpression, source2 As ShapedQueryExpression) As ShapedQueryExpression

パラメーター

source1
ShapedQueryExpression

演算子が適用される整形クエリ。

source2
ShapedQueryExpression

実行するもう 1 つのソースが交差します。

戻り値

翻訳後の整形されたクエリ。

適用対象